fixed title on ssh rrd graph

This commit is contained in:
Serghey Rodin 2011-12-27 11:54:02 +02:00
commit 66b749909a

View file

@ -1,3 +1,4 @@
#!/bin/bash #!/bin/bash
# info: updating ssh rrd # info: updating ssh rrd
@ -62,8 +63,8 @@ rrdtool graph $V_RRD/ssh/$period-ssh.png \
--width="440" \ --width="440" \
--start "$start" \ --start "$start" \
--end "$end" \ --end "$end" \
--title "SSH Usage" \ --title "SSH Usage ($period)" \
--vertical-label "Connections ($period)" \ --vertical-label "Connections" \
--x-grid "$grid" \ --x-grid "$grid" \
-c "BACK#484439" \ -c "BACK#484439" \
-c "SHADEA#484439" \ -c "SHADEA#484439" \