diff options
Diffstat (limited to '')
-rw-r--r-- | plugin/apcups.php | 2 |
1 files changed, 1 insertions, 1 deletions
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']) { | |||
53 | $obj->ds_names = array('value' => 'Time Left'); | 53 | $obj->ds_names = array('value' => 'Time Left'); |
54 | $obj->colors = array('value' => '0000f0'); | 54 | $obj->colors = array('value' => '0000f0'); |
55 | $obj->rrd_title = sprintf('UPS Time Left'); | 55 | $obj->rrd_title = sprintf('UPS Time Left'); |
56 | $obj->rrd_vertical = 'Minutes'; | 56 | $obj->rrd_vertical = 'Seconds'; |
57 | break; | 57 | break; |
58 | case 'voltage': | 58 | case 'voltage': |
59 | $obj->order = array('battery', 'input', 'output'); | 59 | $obj->order = array('battery', 'input', 'output'); |