diff options
Diffstat (limited to 'plugin/memory.php')
-rw-r--r-- | plugin/memory.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugin/memory.php b/plugin/memory.php index 6cef5a7..7b0e47b 100644 --- a/plugin/memory.php +++ b/plugin/memory.php | |||
@@ -47,6 +47,8 @@ $obj->rrd_title = "Physical memory utilization on $host"; | |||
47 | $obj->rrd_vertical = 'Bytes'; | 47 | $obj->rrd_vertical = 'Bytes'; |
48 | $obj->rrd_format = '%5.1lf%s'; | 48 | $obj->rrd_format = '%5.1lf%s'; |
49 | 49 | ||
50 | collectd_flush(ident_from_args($obj->args)); | ||
51 | |||
50 | $obj->rrd_graph(); | 52 | $obj->rrd_graph(); |
51 | 53 | ||
52 | ?> | 54 | ?> |