diff options
Diffstat (limited to 'plugin/disk.php')
| -rw-r--r-- | plugin/disk.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugin/disk.php b/plugin/disk.php index 0c18016..45b5fde 100644 --- a/plugin/disk.php +++ b/plugin/disk.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 | # disk-XXXX/ | 10 | # disk-XXXX/ |
| @@ -57,6 +58,8 @@ switch($type) { | |||
| 57 | break; | 58 | break; |
| 58 | } | 59 | } |
| 59 | 60 | ||
| 61 | collectd_flush(ident_from_args($obj->args)); | ||
| 62 | |||
| 60 | $obj->rrd_graph(); | 63 | $obj->rrd_graph(); |
| 61 | 64 | ||
| 62 | ?> | 65 | ?> |
