Explorar el Código

fixed title on ssh rrd graph

Serghey Rodin hace 14 años
padre
commit
66b749909a
Se han modificado 1 ficheros con 3 adiciones y 2 borrados
  1. 3 2
      bin/v_update_sys_rrd_ssh

+ 3 - 2
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" \