From 66b749909a0ca38ad98392ff1d861d2ea1ba7490 Mon Sep 17 00:00:00 2001 From: Serghey Rodin Date: Tue, 27 Dec 2011 11:54:02 +0200 Subject: [PATCH] fixed title on ssh rrd graph --- bin/v_update_sys_rrd_ssh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bin/v_update_sys_rrd_ssh b/bin/v_update_sys_rrd_ssh index 96494558..84712017 100755 --- a/bin/v_update_sys_rrd_ssh +++ b/bin/v_update_sys_rrd_ssh @@ -1,3 +1,4 @@ + #!/bin/bash # info: updating ssh rrd @@ -62,8 +63,8 @@ rrdtool graph $V_RRD/ssh/$period-ssh.png \ --width="440" \ --start "$start" \ --end "$end" \ - --title "SSH Usage" \ - --vertical-label "Connections ($period)" \ + --title "SSH Usage ($period)" \ + --vertical-label "Connections" \ --x-grid "$grid" \ -c "BACK#484439" \ -c "SHADEA#484439" \