diff options
Diffstat (limited to 'plugin/netlink.php')
| -rw-r--r-- | plugin/netlink.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugin/netlink.php b/plugin/netlink.php index 2dfbab6..28a25f1 100644 --- a/plugin/netlink.php +++ b/plugin/netlink.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 | $obj = new Type_GenericStacked($CONFIG, $_GET); | 8 | $obj = new Type_GenericStacked($CONFIG, $_GET); |
| 10 | 9 | ||
| @@ -120,5 +119,4 @@ switch($obj->args['type']) { | |||
| 120 | break; | 119 | break; |
| 121 | } | 120 | } |
| 122 | 121 | ||
| 123 | collectd_flush($obj->identifiers); | ||
| 124 | $obj->rrd_graph(); | 122 | $obj->rrd_graph(); |
