diff options
Diffstat (limited to 'plugin/apache.php')
-rw-r--r-- | plugin/apache.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugin/apache.php b/plugin/apache.php index 226385e..df7fe49 100644 --- a/plugin/apache.php +++ b/plugin/apache.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 | # apache[-X]/apache_bytes-X.rrd | 9 | # apache[-X]/apache_bytes-X.rrd |
@@ -165,5 +164,4 @@ if ($CONFIG['version'] < 5) { | |||
165 | } | 164 | } |
166 | } | 165 | } |
167 | 166 | ||
168 | collectd_flush($obj->identifiers); | ||
169 | $obj->rrd_graph(); | 167 | $obj->rrd_graph(); |