diff options
Diffstat (limited to '')
-rw-r--r-- | plugin/battery.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugin/battery.php b/plugin/battery.php index 740d5cb..631776b 100644 --- a/plugin/battery.php +++ b/plugin/battery.php | |||
@@ -4,7 +4,6 @@ | |||
4 | 4 | ||
5 | require_once 'conf/common.inc.php'; | 5 | require_once 'conf/common.inc.php'; |
6 | require_once 'type/Default.class.php'; | 6 | require_once 'type/Default.class.php'; |
7 | require_once 'inc/collectd.inc.php'; | ||
8 | 7 | ||
9 | ## LAYOUT | 8 | ## LAYOUT |
10 | # battery-X/ | 9 | # battery-X/ |
@@ -35,6 +34,5 @@ switch($obj->args['type']) { | |||
35 | } | 34 | } |
36 | $obj->rrd_format = '%4.1lf'; | 35 | $obj->rrd_format = '%4.1lf'; |
37 | 36 | ||
38 | collectd_flush($obj->identifiers); | ||
39 | $obj->rrd_graph(); | 37 | $obj->rrd_graph(); |
40 | 38 | ||