From 63412690546bbbdd866708cdf1764ece4d38e8c7 Mon Sep 17 00:00:00 2001 From: Olaf Conradi Date: Thu, 2 Jan 2014 21:14:06 +0100 Subject: Time left is in seconds (plugin apcupsd) --- plugin/apcups.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/apcups.php b/plugin/apcups.php index faa586e..5566977 100644 --- a/plugin/apcups.php +++ b/plugin/apcups.php @@ -53,7 +53,7 @@ switch($obj->args['type']) { $obj->ds_names = array('value' => 'Time Left'); $obj->colors = array('value' => '0000f0'); $obj->rrd_title = sprintf('UPS Time Left'); - $obj->rrd_vertical = 'Minutes'; + $obj->rrd_vertical = 'Seconds'; break; case 'voltage': $obj->order = array('battery', 'input', 'output'); -- cgit v1.1