removed titles from rrd graphics

This commit is contained in:
Serghey Rodin 2011-12-30 11:27:32 +02:00
parent 29772cbfdd
commit 02ec0932f6
9 changed files with 0 additions and 9 deletions

View file

@ -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" \

View file

@ -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" \

View file

@ -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" \

View file

@ -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" \

View file

@ -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" \

View file

@ -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" \

View file

@ -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" \

View file

@ -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" \

View file

@ -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" \