aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin/dns.php
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/dns.php')
-rw-r--r--plugin/dns.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/dns.php b/plugin/dns.php
index d9bc759..f770988 100644
--- a/plugin/dns.php
+++ b/plugin/dns.php
@@ -12,7 +12,7 @@ require_once 'inc/collectd.inc.php';
12# dns/dns_opcode-X.rrd 12# dns/dns_opcode-X.rrd
13# dns/dns_qtype-X.rrd 13# dns/dns_qtype-X.rrd
14 14
15$obj = new Type_GenericStacked($CONFIG); 15$obj = new Type_GenericStacked($CONFIG, $_GET);
16$obj->rrd_format = '%5.1lf%s'; 16$obj->rrd_format = '%5.1lf%s';
17 17
18switch($obj->args['type']) { 18switch($obj->args['type']) {