From 2df0820b9641efa3c1e8dff80bf1c0f1b1da00b6 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Fri, 21 Jul 2006 14:42:39 +0000 Subject: Show runtime in minutes git-svn-id: svn+ssh://asteria.noreply.org/svn/weaselutils/trunk@157 bc3d92e2-beff-0310-a7cd-cc87d7ac0ede --- munin/ups_ | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/munin/ups_ b/munin/ups_ index 10e1420..973203f 100755 --- a/munin/ups_ +++ b/munin/ups_ @@ -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" -- cgit v1.2.3