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, 0 insertions, 2 deletions
diff --git a/plugin/bind.php b/plugin/bind.php
index 702fec5..cfbd4c6 100644
--- a/plugin/bind.php
+++ b/plugin/bind.php
@@ -4,7 +4,6 @@
4 4
5require_once 'conf/common.inc.php'; 5require_once 'conf/common.inc.php';
6require_once 'type/GenericStacked.class.php'; 6require_once 'type/GenericStacked.class.php';
7require_once 'inc/collectd.inc.php';
8 7
9 8
10$obj = new Type_GenericStacked($CONFIG, $_GET); 9$obj = new Type_GenericStacked($CONFIG, $_GET);
@@ -12,5 +11,4 @@ $obj = new Type_GenericStacked($CONFIG, $_GET);
12$obj->rrd_title = sprintf('%s/%s', $obj->args['pinstance'], $obj->args['type']); 11$obj->rrd_title = sprintf('%s/%s', $obj->args['pinstance'], $obj->args['type']);
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();