diff options
Diffstat (limited to '')
-rw-r--r-- | plugin/interface.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugin/interface.php b/plugin/interface.php index a3fca3d..45e3cf1 100644 --- a/plugin/interface.php +++ b/plugin/interface.php | |||
@@ -4,6 +4,7 @@ | |||
4 | 4 | ||
5 | require_once 'conf/common.inc.php'; | 5 | require_once 'conf/common.inc.php'; |
6 | require_once 'type/GenericIO.class.php'; | 6 | require_once 'type/GenericIO.class.php'; |
7 | require_once 'inc/collectd.inc.php'; | ||
7 | 8 | ||
8 | # LAYOUT | 9 | # LAYOUT |
9 | # interface/ | 10 | # interface/ |
@@ -48,6 +49,8 @@ switch($type) { | |||
48 | break; | 49 | break; |
49 | } | 50 | } |
50 | 51 | ||
52 | collectd_flush(ident_from_args($obj->args)); | ||
53 | |||
51 | $obj->rrd_graph(); | 54 | $obj->rrd_graph(); |
52 | 55 | ||
53 | ?> | 56 | ?> |