diff options
Diffstat (limited to 'plugin/apcups.php')
-rw-r--r-- | plugin/apcups.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugin/apcups.php b/plugin/apcups.php index 24d1918..626b8f4 100644 --- a/plugin/apcups.php +++ b/plugin/apcups.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 | # apcups/ | 9 | # apcups/ |
@@ -86,6 +85,5 @@ if ($CONFIG['version'] < 5 && | |||
86 | unset($obj->colors['value']); | 85 | unset($obj->colors['value']); |
87 | } | 86 | } |
88 | 87 | ||
89 | collectd_flush($obj->identifiers); | ||
90 | $obj->rrd_graph(); | 88 | $obj->rrd_graph(); |
91 | 89 | ||