aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin/memcached.php
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/memcached.php')
-rw-r--r--plugin/memcached.php2
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
9require_once 'conf/common.inc.php'; 9require_once 'conf/common.inc.php';
10require_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
180collectd_flush($obj->identifiers);
181$obj->rrd_graph(); 179$obj->rrd_graph();