diff options
Diffstat (limited to '')
-rw-r--r-- | plugin/sensors.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugin/sensors.php b/plugin/sensors.php index b1b15cf..ddcf521 100644 --- a/plugin/sensors.php +++ b/plugin/sensors.php | |||
@@ -52,6 +52,8 @@ switch($type) { | |||
52 | break; | 52 | break; |
53 | } | 53 | } |
54 | 54 | ||
55 | collectd_flush(ident_from_args($obj->args)); | ||
56 | |||
55 | $obj->rrd_graph(); | 57 | $obj->rrd_graph(); |
56 | 58 | ||
57 | ?> | 59 | ?> |