diff options
Diffstat (limited to 'plugin/memcached.php')
-rw-r--r-- | plugin/memcached.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugin/memcached.php b/plugin/memcached.php index 3424769..09715ae 100644 --- a/plugin/memcached.php +++ b/plugin/memcached.php | |||
@@ -7,7 +7,6 @@ | |||
7 | 7 | ||
8 | 8 | ||
9 | require_once 'conf/common.inc.php'; | 9 | require_once 'conf/common.inc.php'; |
10 | require_once 'inc/collectd.inc.php'; | ||
11 | 10 | ||
12 | ## LAYOUT | 11 | ## LAYOUT |
13 | # df-cache.rrd | 12 | # df-cache.rrd |
@@ -177,5 +176,4 @@ switch(GET('t')) { | |||
177 | 176 | ||
178 | $obj->rrd_format = '%5.1lf%s'; | 177 | $obj->rrd_format = '%5.1lf%s'; |
179 | 178 | ||
180 | collectd_flush($obj->identifiers); | ||
181 | $obj->rrd_graph(); | 179 | $obj->rrd_graph(); |