aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin/ipmi.php
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/ipmi.php')
-rw-r--r--plugin/ipmi.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/ipmi.php b/plugin/ipmi.php
index 8e6b7bf..5593daf 100644
--- a/plugin/ipmi.php
+++ b/plugin/ipmi.php
@@ -19,7 +19,7 @@ require_once 'type/Default.class.php';
19# voltage-VBAT system_board (7.1).rrd 19# voltage-VBAT system_board (7.1).rrd
20 20
21$obj = new Type_Default($CONFIG, $_GET); 21$obj = new Type_Default($CONFIG, $_GET);
22$obj->ds_names = array( 22$obj->legend = array(
23 'value' => 'Value', 23 'value' => 'Value',
24); 24);
25switch($obj->args['type']) { 25switch($obj->args['type']) {