Просмотр исходного кода

Merge branch 'master' of github.com:serghey-rodin/vesta

Malishev Dmitry 14 лет назад
Родитель
Сommit
92b23162bc

+ 0 - 1
bin/v_update_sys_rrd_ftp

@@ -64,7 +64,6 @@ rrdtool graph $V_RRD/ftp/$period-ftp.png \
     --width="440" \
     --start "$start" \
     --end "$end" \
-    --title "$(echo $FTP_SYSTEM|tr '[a-z]' '[A-Z]') Usage ($period)" \
     --vertical-label "Connections" \
     --x-grid "$grid" \
     -c "BACK#484439" \

+ 0 - 1
bin/v_update_sys_rrd_httpd

@@ -69,7 +69,6 @@ rrdtool graph $V_RRD/web/$period-httpd.png \
     --width="440" \
     --start "$start" \
     --end "$end" \
-    --title "HTTPD Usage ($period)" \
     --vertical-label "Connections" \
     --x-grid "$grid" \
     -c "BACK#484439" \

+ 0 - 1
bin/v_update_sys_rrd_la

@@ -64,7 +64,6 @@ rrdtool graph $V_RRD/la/$period-la.png \
     --width="440" \
     --start "$start" \
     --end "$end" \
-    --title "Load Average ($period)" \
     --vertical-label "Points" \
     --x-grid "$grid" \
     -c "BACK#484439" \

+ 0 - 1
bin/v_update_sys_rrd_mem

@@ -64,7 +64,6 @@ rrdtool graph  $V_RRD/mem/$period-mem.png \
     --width="440" \
     --start "$start" \
     --end "$end" \
-    --title "Memory Usage ($period)" \
     --vertical-label "Mbytes" \
     --x-grid "$grid" \
     -c "BACK#484439" \

+ 0 - 1
bin/v_update_sys_rrd_mysql

@@ -101,7 +101,6 @@ for host in $hosts; do
         --width="440" \
         --start "$start" \
         --end "$end" \
-        --title "MySQL Usage on $host ($period)" \
         --vertical-label "Queries" \
         --x-grid "$grid" \
         -c "BACK#484439" \

+ 0 - 1
bin/v_update_sys_rrd_net

@@ -73,7 +73,6 @@ for iface in $ifaces; do
         --width="440" \
         --start "$start" \
         --end "$end" \
-        --title "Bandwidth Usage $iface ($period)" \
         --vertical-label "KBytes" \
         --x-grid "$grid" \
         -c "BACK#484439" \

+ 0 - 1
bin/v_update_sys_rrd_nginx

@@ -61,7 +61,6 @@ rrdtool graph $V_RRD/web/$period-nginx.png \
     --width="440" \
     --start "$start" \
     --end "$end" \
-    --title "NGINX Usage ($period)" \
     --vertical-label "Connections" \
     --x-grid "$grid" \
     -c "BACK#484439" \

+ 0 - 1
bin/v_update_sys_rrd_pgsql

@@ -107,7 +107,6 @@ for host in $hosts; do
         --width="440" \
         --start "$start" \
         --end "$end" \
-        --title "PostgreSQL Usage on $host ($period)" \
         --vertical-label "Queries" \
         --x-grid "$grid" \
         -c "BACK#484439" \

+ 0 - 1
bin/v_update_sys_rrd_ssh

@@ -62,7 +62,6 @@ rrdtool graph $V_RRD/ssh/$period-ssh.png \
     --width="440" \
     --start "$start" \
     --end "$end" \
-    --title "SSH Usage ($period)" \
     --vertical-label "Connections" \
     --x-grid "$grid" \
     -c "BACK#484439" \