aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin/powerdns.php
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/powerdns.php')
-rw-r--r--plugin/powerdns.php2
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
5require_once 'conf/common.inc.php'; 5require_once 'conf/common.inc.php';
6require_once 'type/Default.class.php'; 6require_once 'type/Default.class.php';
7require_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
15collectd_flush($obj->identifiers);
16$obj->rrd_graph(); 14$obj->rrd_graph();