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