Skip to content

Commit 92b2316

Browse files
committed
Merge branch 'master' of github.com:serghey-rodin/vesta
2 parents b13c07c + 02ec093 commit 92b2316

9 files changed

+0
-9
lines changed

bin/v_update_sys_rrd_ftp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ rrdtool graph $V_RRD/ftp/$period-ftp.png \
6464
--width="440" \
6565
--start "$start" \
6666
--end "$end" \
67-
--title "$(echo $FTP_SYSTEM|tr '[a-z]' '[A-Z]') Usage ($period)" \
6867
--vertical-label "Connections" \
6968
--x-grid "$grid" \
7069
-c "BACK#484439" \

bin/v_update_sys_rrd_httpd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ rrdtool graph $V_RRD/web/$period-httpd.png \
6969
--width="440" \
7070
--start "$start" \
7171
--end "$end" \
72-
--title "HTTPD Usage ($period)" \
7372
--vertical-label "Connections" \
7473
--x-grid "$grid" \
7574
-c "BACK#484439" \

bin/v_update_sys_rrd_la

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ rrdtool graph $V_RRD/la/$period-la.png \
6464
--width="440" \
6565
--start "$start" \
6666
--end "$end" \
67-
--title "Load Average ($period)" \
6867
--vertical-label "Points" \
6968
--x-grid "$grid" \
7069
-c "BACK#484439" \

bin/v_update_sys_rrd_mem

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ rrdtool graph $V_RRD/mem/$period-mem.png \
6464
--width="440" \
6565
--start "$start" \
6666
--end "$end" \
67-
--title "Memory Usage ($period)" \
6867
--vertical-label "Mbytes" \
6968
--x-grid "$grid" \
7069
-c "BACK#484439" \

bin/v_update_sys_rrd_mysql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ for host in $hosts; do
101101
--width="440" \
102102
--start "$start" \
103103
--end "$end" \
104-
--title "MySQL Usage on $host ($period)" \
105104
--vertical-label "Queries" \
106105
--x-grid "$grid" \
107106
-c "BACK#484439" \

bin/v_update_sys_rrd_net

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ for iface in $ifaces; do
7373
--width="440" \
7474
--start "$start" \
7575
--end "$end" \
76-
--title "Bandwidth Usage $iface ($period)" \
7776
--vertical-label "KBytes" \
7877
--x-grid "$grid" \
7978
-c "BACK#484439" \

bin/v_update_sys_rrd_nginx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ rrdtool graph $V_RRD/web/$period-nginx.png \
6161
--width="440" \
6262
--start "$start" \
6363
--end "$end" \
64-
--title "NGINX Usage ($period)" \
6564
--vertical-label "Connections" \
6665
--x-grid "$grid" \
6766
-c "BACK#484439" \

bin/v_update_sys_rrd_pgsql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ for host in $hosts; do
107107
--width="440" \
108108
--start "$start" \
109109
--end "$end" \
110-
--title "PostgreSQL Usage on $host ($period)" \
111110
--vertical-label "Queries" \
112111
--x-grid "$grid" \
113112
-c "BACK#484439" \

bin/v_update_sys_rrd_ssh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ rrdtool graph $V_RRD/ssh/$period-ssh.png \
6262
--width="440" \
6363
--start "$start" \
6464
--end "$end" \
65-
--title "SSH Usage ($period)" \
6665
--vertical-label "Connections" \
6766
--x-grid "$grid" \
6867
-c "BACK#484439" \

0 commit comments

Comments
 (0)