mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 05:44:08 -07:00
fixed title on ssh rrd graph
This commit is contained in:
parent
81dbea9d63
commit
66b749909a
1 changed files with 3 additions and 2 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# info: updating ssh rrd
|
# info: updating ssh rrd
|
||||||
|
|
||||||
|
@ -62,8 +63,8 @@ rrdtool graph $V_RRD/ssh/$period-ssh.png \
|
||||||
--width="440" \
|
--width="440" \
|
||||||
--start "$start" \
|
--start "$start" \
|
||||||
--end "$end" \
|
--end "$end" \
|
||||||
--title "SSH Usage" \
|
--title "SSH Usage ($period)" \
|
||||||
--vertical-label "Connections ($period)" \
|
--vertical-label "Connections" \
|
||||||
--x-grid "$grid" \
|
--x-grid "$grid" \
|
||||||
-c "BACK#484439" \
|
-c "BACK#484439" \
|
||||||
-c "SHADEA#484439" \
|
-c "SHADEA#484439" \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue