diff options
Diffstat (limited to '')
| -rw-r--r-- | plugin/vmem.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugin/vmem.php b/plugin/vmem.php index 3e1a64c..8fb81ce 100644 --- a/plugin/vmem.php +++ b/plugin/vmem.php | |||
| @@ -4,7 +4,6 @@ | |||
| 4 | 4 | ||
| 5 | require_once 'conf/common.inc.php'; | 5 | require_once 'conf/common.inc.php'; |
| 6 | require_once 'type/GenericStacked.class.php'; | 6 | require_once 'type/GenericStacked.class.php'; |
| 7 | require_once 'inc/collectd.inc.php'; | ||
| 8 | 7 | ||
| 9 | ## LAYOUT | 8 | ## LAYOUT |
| 10 | # vmem/ | 9 | # vmem/ |
| @@ -56,5 +55,4 @@ switch($obj->args['type']) { | |||
| 56 | break; | 55 | break; |
| 57 | } | 56 | } |
| 58 | 57 | ||
| 59 | collectd_flush($obj->identifiers); | ||
| 60 | $obj->rrd_graph(); | 58 | $obj->rrd_graph(); |
