Skip to content

Commit 66b7499

Browse files
committed
fixed title on ssh rrd graph
1 parent 81dbea9 commit 66b7499

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

bin/v_update_sys_rrd_ssh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
#!/bin/bash
23
# info: updating ssh rrd
34

@@ -62,8 +63,8 @@ rrdtool graph $V_RRD/ssh/$period-ssh.png \
6263
--width="440" \
6364
--start "$start" \
6465
--end "$end" \
65-
--title "SSH Usage" \
66-
--vertical-label "Connections ($period)" \
66+
--title "SSH Usage ($period)" \
67+
--vertical-label "Connections" \
6768
--x-grid "$grid" \
6869
-c "BACK#484439" \
6970
-c "SHADEA#484439" \

0 commit comments

Comments
 (0)