diff options
Diffstat (limited to '')
-rw-r--r-- | plugin/nut.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugin/nut.php b/plugin/nut.php index 927865a..06314f5 100644 --- a/plugin/nut.php +++ b/plugin/nut.php | |||
@@ -15,8 +15,6 @@ require_once 'inc/collectd.inc.php'; | |||
15 | # nut-XXXX/voltage-XXXX.rrd | 15 | # nut-XXXX/voltage-XXXX.rrd |
16 | 16 | ||
17 | $obj = new Type_Default($CONFIG); | 17 | $obj = new Type_Default($CONFIG); |
18 | $obj->width = $width; | ||
19 | $obj->heigth = $heigth; | ||
20 | switch($obj->args['type']) { | 18 | switch($obj->args['type']) { |
21 | case 'frequency': | 19 | case 'frequency': |
22 | $obj->data_sources = array('value'); | 20 | $obj->data_sources = array('value'); |