aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin/ipmi.php
diff options
context:
space:
mode:
authorPim van den Berg2014-05-03 18:15:12 +0200
committerPim van den Berg2014-05-03 19:21:36 +0200
commitedae75c21a8f657dd6cc9ace9e8e844ef337a951 (patch)
treeda0c2b4a1ef35a3d2d8c129925e257f6a6f7fbe3 /plugin/ipmi.php
parenttype/base: set default values for rrd_title and rrd_format (diff)
downloadapt-panopticon_cgp-edae75c21a8f657dd6cc9ace9e8e844ef337a951.zip
apt-panopticon_cgp-edae75c21a8f657dd6cc9ace9e8e844ef337a951.tar.gz
apt-panopticon_cgp-edae75c21a8f657dd6cc9ace9e8e844ef337a951.tar.bz2
apt-panopticon_cgp-edae75c21a8f657dd6cc9ace9e8e844ef337a951.tar.xz
rename ds_names and dsname to legend
This had nothing to do with an RRD data source.
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']) {