diff options
Diffstat (limited to '')
-rw-r--r-- | plugin/sensors.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/sensors.php b/plugin/sensors.php index fda5432..29110f1 100644 --- a/plugin/sensors.php +++ b/plugin/sensors.php | |||
@@ -12,7 +12,7 @@ require_once 'inc/collectd.inc.php'; | |||
12 | # disk-XXXX/temerature-XXXX.rrd | 12 | # disk-XXXX/temerature-XXXX.rrd |
13 | # disk-XXXX/voltage-XXXX.rrd | 13 | # disk-XXXX/voltage-XXXX.rrd |
14 | 14 | ||
15 | $obj = new Type_Default($CONFIG['datadir']); | 15 | $obj = new Type_Default($CONFIG); |
16 | $obj->ds_names = array( | 16 | $obj->ds_names = array( |
17 | 'value' => 'Value ', | 17 | 'value' => 'Value ', |
18 | ); | 18 | ); |