diff options
Diffstat (limited to 'munin/ups_')
-rwxr-xr-x | munin/ups_ | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -121,8 +121,9 @@ function runtime() { echo "graph_title $UPS battery runtime" echo "graph_args --base 1000 -l 0" - echo "graph_vlabel seconds" + echo "graph_vlabel minutes" echo "runtime.label runtime" + echo "runtime.cdef runtime,60,/" echo "runtime.type GAUGE" echo "runtime.max 10000" echo "runtime.min 0" |