diff options
Diffstat (limited to '')
-rw-r--r-- | plugin/dbi.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugin/dbi.php b/plugin/dbi.php index 31aacc9..b9dd268 100644 --- a/plugin/dbi.php +++ b/plugin/dbi.php | |||
@@ -4,7 +4,6 @@ | |||
4 | 4 | ||
5 | require_once 'conf/common.inc.php'; | 5 | require_once 'conf/common.inc.php'; |
6 | require_once 'type/Default.class.php'; | 6 | require_once 'type/Default.class.php'; |
7 | require_once 'inc/collectd.inc.php'; | ||
8 | 7 | ||
9 | 8 | ||
10 | 9 | ||
@@ -14,5 +13,4 @@ $obj = new Type_Default($CONFIG, $_GET); | |||
14 | $obj->rrd_title = sprintf('%s', $obj->args['pinstance'], $obj->args['type']); | 13 | $obj->rrd_title = sprintf('%s', $obj->args['pinstance'], $obj->args['type']); |
15 | $obj->rrd_format = '%5.1lf%s'; | 14 | $obj->rrd_format = '%5.1lf%s'; |
16 | 15 | ||
17 | collectd_flush($obj->identifiers); | ||
18 | $obj->rrd_graph(); | 16 | $obj->rrd_graph(); |