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, 1 insertions, 1 deletions
diff --git a/plugin/powerdns.php b/plugin/powerdns.php
index b62d06d..55312e9 100644
--- a/plugin/powerdns.php
+++ b/plugin/powerdns.php
@@ -7,7 +7,7 @@ require_once 'type/Default.class.php';
7require_once 'inc/collectd.inc.php'; 7require_once 'inc/collectd.inc.php';
8 8
9 9
10$obj = new Type_Default($CONFIG); 10$obj = new Type_Default($CONFIG, $_GET);
11 11
12$obj->rrd_title = sprintf('PowerDNS %s (%s)', $obj->args['type'], $obj->args['pinstance']); 12$obj->rrd_title = sprintf('PowerDNS %s (%s)', $obj->args['type'], $obj->args['pinstance']);
13$obj->rrd_format = '%5.1lf%s'; 13$obj->rrd_format = '%5.1lf%s';