aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin/bind.php
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/bind.php')
-rw-r--r--plugin/bind.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/bind.php b/plugin/bind.php
index e6d562c..702fec5 100644
--- a/plugin/bind.php
+++ b/plugin/bind.php
@@ -7,7 +7,7 @@ require_once 'type/GenericStacked.class.php';
7require_once 'inc/collectd.inc.php'; 7require_once 'inc/collectd.inc.php';
8 8
9 9
10$obj = new Type_GenericStacked($CONFIG); 10$obj = new Type_GenericStacked($CONFIG, $_GET);
11 11
12$obj->rrd_title = sprintf('%s/%s', $obj->args['pinstance'], $obj->args['type']); 12$obj->rrd_title = sprintf('%s/%s', $obj->args['pinstance'], $obj->args['type']);
13$obj->rrd_format = '%5.1lf%s'; 13$obj->rrd_format = '%5.1lf%s';