aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin/swap.php
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/swap.php')
-rw-r--r--plugin/swap.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugin/swap.php b/plugin/swap.php
index 983d38d..5b02130 100644
--- a/plugin/swap.php
+++ b/plugin/swap.php
@@ -3,7 +3,6 @@
3# Collectd Swap plugin 3# Collectd Swap plugin
4 4
5require_once 'conf/common.inc.php'; 5require_once 'conf/common.inc.php';
6require_once 'inc/collectd.inc.php';
7 6
8## LAYOUT 7## LAYOUT
9# swap/ 8# swap/
@@ -48,5 +47,4 @@ switch(GET('t')) {
48 47
49$obj->rrd_format = '%5.1lf%s'; 48$obj->rrd_format = '%5.1lf%s';
50 49
51collectd_flush($obj->identifiers);
52$obj->rrd_graph(); 50$obj->rrd_graph();