aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin/apache.php
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/apache.php')
-rw-r--r--plugin/apache.php2
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
5require_once 'conf/common.inc.php'; 5require_once 'conf/common.inc.php';
6require_once 'type/Default.class.php'; 6require_once 'type/Default.class.php';
7require_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
168collectd_flush($obj->identifiers);
169$obj->rrd_graph(); 167$obj->rrd_graph();