aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin/memcached.php
diff options
context:
space:
mode:
authorPim van den Berg2014-05-03 11:40:46 +0200
committerPim van den Berg2014-05-03 19:19:05 +0200
commit1bb10c398d1a3198a8b86517bd780b8122e2e69d (patch)
tree669ea50b9b0efe268f4bb9153459f95ccfb167b5 /plugin/memcached.php
parenttype: move generic functions to base class (diff)
downloadapt-panopticon_cgp-1bb10c398d1a3198a8b86517bd780b8122e2e69d.zip
apt-panopticon_cgp-1bb10c398d1a3198a8b86517bd780b8122e2e69d.tar.gz
apt-panopticon_cgp-1bb10c398d1a3198a8b86517bd780b8122e2e69d.tar.bz2
apt-panopticon_cgp-1bb10c398d1a3198a8b86517bd780b8122e2e69d.tar.xz
move collectd_flush function to base class
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();