diff options
Diffstat (limited to 'plugin/dns.php')
-rw-r--r-- | plugin/dns.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugin/dns.php b/plugin/dns.php index f770988..cb9bb02 100644 --- a/plugin/dns.php +++ b/plugin/dns.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 | # dns/ | 9 | # dns/ |
@@ -49,5 +48,4 @@ switch($obj->args['type']) { | |||
49 | break; | 48 | break; |
50 | } | 49 | } |
51 | 50 | ||
52 | collectd_flush($obj->identifiers); | ||
53 | $obj->rrd_graph(); | 51 | $obj->rrd_graph(); |