aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin/mysql.php
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/mysql.php')
-rw-r--r--plugin/mysql.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugin/mysql.php b/plugin/mysql.php
index 607e223..c73c37a 100644
--- a/plugin/mysql.php
+++ b/plugin/mysql.php
@@ -13,7 +13,6 @@ $obj->heigth = $heigth;
13switch($obj->args['type']) 13switch($obj->args['type'])
14{ 14{
15 case 'mysql_commands': 15 case 'mysql_commands':
16 $obj->generate_colors();
17 $obj->rrd_title = sprintf('MySQL commands (%s)', $obj->args['pinstance']); 16 $obj->rrd_title = sprintf('MySQL commands (%s)', $obj->args['pinstance']);
18 $obj->rrd_vertical = 'Issues/s'; 17 $obj->rrd_vertical = 'Issues/s';
19 $obj->rrd_format = '%5.1lf%s'; 18 $obj->rrd_format = '%5.1lf%s';