From 2c5c2a62e10d5aadef9908b03908dffe9c26e2ad Mon Sep 17 00:00:00 2001 From: Ɓukasz Kostka Date: Fri, 15 Aug 2014 00:13:54 +0200 Subject: move " on " suffix in graph title to JSON Closes #101 --- plugin/mysql.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'plugin/mysql.json') diff --git a/plugin/mysql.json b/plugin/mysql.json index e4dd6fc..1b7dd8c 100644 --- a/plugin/mysql.json +++ b/plugin/mysql.json @@ -1,6 +1,6 @@ { "cache_result": { - "title": "MySQL query cache ({{PI}})", + "title": "MySQL query cache ({{PI}}) on {{HOST}}", "vertical": "Queries/s", "type": "stacked", "legend": { @@ -24,7 +24,7 @@ "legend_format": "%5.1lf%s" }, "cache_size": { - "title": "MySQL query cache size ({{PI}})", + "title": "MySQL query cache size ({{PI}}) on {{HOST}}", "vertical": "Queries in cache", "type": "stacked", "legend": { @@ -35,13 +35,13 @@ "legend_format": "%5.1lf%s" }, "mysql_commands": { - "title": "MySQL commands ({{PI}})", + "title": "MySQL commands ({{PI}}) on {{HOST}}", "vertical": "Issues/s", "type": "stacked", "legend_format": "%5.1lf%s" }, "mysql_handler": { - "title": "MySQL handler ({{PI}})", + "title": "MySQL handler ({{PI}}) on {{HOST}}", "vertical": "Invocations", "type": "stacked", "legend": { @@ -82,7 +82,7 @@ "legend_format": "%5.1lf%s" }, "mysql_locks": { - "title": "MySQL locks ({{PI}})", + "title": "MySQL locks ({{PI}}) on {{HOST}}", "vertical": "locks", "legend": { "immediate": { @@ -95,7 +95,7 @@ "legend_format": "%5.1lf%s" }, "mysql_octets": { - "title": "MySQL Traffic ({{TI}})", + "title": "MySQL Traffic ({{TI}}) on {{HOST}}", "vertical": "Bits per second", "type": "io", "legend": { @@ -111,7 +111,7 @@ "legend_format": "%5.1lf%s" }, "threads": { - "title": "MySQL threads ({{PI}})", + "title": "MySQL threads ({{PI}}) on {{HOST}}", "vertical": "Threads", "type": "stacked", "legend": { @@ -131,7 +131,7 @@ "legend_format": "%5.1lf%s" }, "total_threads": { - "title": "MySQL created threads ({{PI}})", + "title": "MySQL created threads ({{PI}}) on {{HOST}}", "vertical": "Created Threads", "legend": { "value": { -- cgit v1.1