aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin/mysql.php
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/mysql.php')
-rw-r--r--plugin/mysql.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugin/mysql.php b/plugin/mysql.php
index 445176b..aad0131 100644
--- a/plugin/mysql.php
+++ b/plugin/mysql.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$obj = new Type_GenericStacked($CONFIG, $_GET); 8$obj = new Type_GenericStacked($CONFIG, $_GET);
10$obj->rrd_format = '%5.1lf%s'; 9$obj->rrd_format = '%5.1lf%s';
@@ -138,5 +137,4 @@ switch($obj->args['type'])
138 break; 137 break;
139} 138}
140 139
141collectd_flush($obj->identifiers);
142$obj->rrd_graph(); 140$obj->rrd_graph();