We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81dbea9 commit 66b7499Copy full SHA for 66b7499
bin/v_update_sys_rrd_ssh
@@ -1,3 +1,4 @@
1
+
2
#!/bin/bash
3
# info: updating ssh rrd
4
@@ -62,8 +63,8 @@ rrdtool graph $V_RRD/ssh/$period-ssh.png \
62
63
--width="440" \
64
--start "$start" \
65
--end "$end" \
- --title "SSH Usage" \
66
- --vertical-label "Connections ($period)" \
+ --title "SSH Usage ($period)" \
67
+ --vertical-label "Connections" \
68
--x-grid "$grid" \
69
-c "BACK#484439" \
70
-c "SHADEA#484439" \
0 commit comments