diff --git a/bin/v_update_sys_rrd_ftp b/bin/v_update_sys_rrd_ftp index 5f4d612e..a6d35ca1 100755 --- a/bin/v_update_sys_rrd_ftp +++ b/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" \ diff --git a/bin/v_update_sys_rrd_httpd b/bin/v_update_sys_rrd_httpd index 4c2a2ba5..a1a65ce9 100755 --- a/bin/v_update_sys_rrd_httpd +++ b/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" \ diff --git a/bin/v_update_sys_rrd_la b/bin/v_update_sys_rrd_la index ea4f29c5..c4f5f8e4 100755 --- a/bin/v_update_sys_rrd_la +++ b/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" \ diff --git a/bin/v_update_sys_rrd_mem b/bin/v_update_sys_rrd_mem index d929aaf2..a988339f 100755 --- a/bin/v_update_sys_rrd_mem +++ b/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" \ diff --git a/bin/v_update_sys_rrd_mysql b/bin/v_update_sys_rrd_mysql index d8b0fa88..f28885c4 100755 --- a/bin/v_update_sys_rrd_mysql +++ b/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" \ diff --git a/bin/v_update_sys_rrd_net b/bin/v_update_sys_rrd_net index 8831976c..479462f3 100755 --- a/bin/v_update_sys_rrd_net +++ b/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" \ diff --git a/bin/v_update_sys_rrd_nginx b/bin/v_update_sys_rrd_nginx index c45b0c76..fbd1fac3 100755 --- a/bin/v_update_sys_rrd_nginx +++ b/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" \ diff --git a/bin/v_update_sys_rrd_pgsql b/bin/v_update_sys_rrd_pgsql index 78099190..8fa0797e 100755 --- a/bin/v_update_sys_rrd_pgsql +++ b/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" \ diff --git a/bin/v_update_sys_rrd_ssh b/bin/v_update_sys_rrd_ssh index 02d42364..9a39a4ee 100755 --- a/bin/v_update_sys_rrd_ssh +++ b/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" \