diff options
Diffstat (limited to '')
-rw-r--r-- | plugin/tail.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugin/tail.php b/plugin/tail.php index 4e23174..91400c7 100644 --- a/plugin/tail.php +++ b/plugin/tail.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 | 8 | ||
10 | $obj = new Type_Default($CONFIG, $_GET); | 9 | $obj = new Type_Default($CONFIG, $_GET); |
@@ -27,5 +26,4 @@ if ($CONFIG['version'] < 5) { | |||
27 | } | 26 | } |
28 | } | 27 | } |
29 | 28 | ||
30 | collectd_flush($obj->identifiers); | ||
31 | $obj->rrd_graph(); | 29 | $obj->rrd_graph(); |