From 02ec0932f67a5ed54d28848f4c529e0dd7e493a9 Mon Sep 17 00:00:00 2001 From: Serghey Rodin Date: Fri, 30 Dec 2011 11:27:32 +0200 Subject: [PATCH] removed titles from rrd graphics --- bin/v_update_sys_rrd_ftp | 1 - bin/v_update_sys_rrd_httpd | 1 - bin/v_update_sys_rrd_la | 1 - bin/v_update_sys_rrd_mem | 1 - bin/v_update_sys_rrd_mysql | 1 - bin/v_update_sys_rrd_net | 1 - bin/v_update_sys_rrd_nginx | 1 - bin/v_update_sys_rrd_pgsql | 1 - bin/v_update_sys_rrd_ssh | 1 - 9 files changed, 9 deletions(-) diff --git a/bin/v_update_sys_rrd_ftp b/bin/v_update_sys_rrd_ftp index 5f4d612e4..a6d35ca1b 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 4c2a2ba5a..a1a65ce9a 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 ea4f29c55..c4f5f8e45 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 d929aaf27..a988339f9 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 d8b0fa884..f28885c4b 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 8831976c0..479462f3d 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 c45b0c764..fbd1fac32 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 78099190d..8fa0797e9 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 02d423648..9a39a4ee5 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" \