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, 2 insertions, 0 deletions
diff --git a/plugin/swap.php b/plugin/swap.php
index 7160ec3..18c6242 100644
--- a/plugin/swap.php
+++ b/plugin/swap.php
@@ -44,6 +44,8 @@ $obj->rrd_title = "Swap utilization on $host";
44$obj->rrd_vertical = 'Bytes'; 44$obj->rrd_vertical = 'Bytes';
45$obj->rrd_format = '%5.1lf%s'; 45$obj->rrd_format = '%5.1lf%s';
46 46
47collectd_flush(ident_from_args($obj->args));
48
47$obj->rrd_graph(); 49$obj->rrd_graph();
48 50
49?> 51?>