diff options
Diffstat (limited to '')
| -rw-r--r-- | plugin/powerdns.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugin/powerdns.php b/plugin/powerdns.php index 55312e9..d83d67b 100644 --- a/plugin/powerdns.php +++ b/plugin/powerdns.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/Default.class.php'; | 6 | require_once 'type/Default.class.php'; |
| 7 | require_once 'inc/collectd.inc.php'; | ||
| 8 | 7 | ||
| 9 | 8 | ||
| 10 | $obj = new Type_Default($CONFIG, $_GET); | 9 | $obj = new Type_Default($CONFIG, $_GET); |
| @@ -12,5 +11,4 @@ $obj = new Type_Default($CONFIG, $_GET); | |||
| 12 | $obj->rrd_title = sprintf('PowerDNS %s (%s)', $obj->args['type'], $obj->args['pinstance']); | 11 | $obj->rrd_title = sprintf('PowerDNS %s (%s)', $obj->args['type'], $obj->args['pinstance']); |
| 13 | $obj->rrd_format = '%5.1lf%s'; | 12 | $obj->rrd_format = '%5.1lf%s'; |
| 14 | 13 | ||
| 15 | collectd_flush($obj->identifiers); | ||
| 16 | $obj->rrd_graph(); | 14 | $obj->rrd_graph(); |
