diff options
Diffstat (limited to '')
-rw-r--r-- | plugin/swap.php | 2 |
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 | ||
5 | require_once 'conf/common.inc.php'; | 5 | require_once 'conf/common.inc.php'; |
6 | require_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 | ||
51 | collectd_flush($obj->identifiers); | ||
52 | $obj->rrd_graph(); | 50 | $obj->rrd_graph(); |