aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin/mysql.json
diff options
context:
space:
mode:
authorƁukasz Kostka2014-08-15 00:13:54 +0200
committerPim van den Berg2014-08-25 23:32:22 +0200
commit2c5c2a62e10d5aadef9908b03908dffe9c26e2ad (patch)
tree78c8e11f470b0f71cc088d151292d72aa62e1f72 /plugin/mysql.json
parentfix rrd_escape() not escaping colons (diff)
downloadapt-panopticon_cgp-2c5c2a62e10d5aadef9908b03908dffe9c26e2ad.zip
apt-panopticon_cgp-2c5c2a62e10d5aadef9908b03908dffe9c26e2ad.tar.gz
apt-panopticon_cgp-2c5c2a62e10d5aadef9908b03908dffe9c26e2ad.tar.bz2
apt-panopticon_cgp-2c5c2a62e10d5aadef9908b03908dffe9c26e2ad.tar.xz
move " on <HOSTNAME>" suffix in graph title to JSON
Closes #101
Diffstat (limited to 'plugin/mysql.json')
-rw-r--r--plugin/mysql.json16
1 files changed, 8 insertions, 8 deletions
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 @@
1{ 1{
2 "cache_result": { 2 "cache_result": {
3 "title": "MySQL query cache ({{PI}})", 3 "title": "MySQL query cache ({{PI}}) on {{HOST}}",
4 "vertical": "Queries/s", 4 "vertical": "Queries/s",
5 "type": "stacked", 5 "type": "stacked",
6 "legend": { 6 "legend": {
@@ -24,7 +24,7 @@
24 "legend_format": "%5.1lf%s" 24 "legend_format": "%5.1lf%s"
25 }, 25 },
26 "cache_size": { 26 "cache_size": {
27 "title": "MySQL query cache size ({{PI}})", 27 "title": "MySQL query cache size ({{PI}}) on {{HOST}}",
28 "vertical": "Queries in cache", 28 "vertical": "Queries in cache",
29 "type": "stacked", 29 "type": "stacked",
30 "legend": { 30 "legend": {
@@ -35,13 +35,13 @@
35 "legend_format": "%5.1lf%s" 35 "legend_format": "%5.1lf%s"
36 }, 36 },
37 "mysql_commands": { 37 "mysql_commands": {
38 "title": "MySQL commands ({{PI}})", 38 "title": "MySQL commands ({{PI}}) on {{HOST}}",
39 "vertical": "Issues/s", 39 "vertical": "Issues/s",
40 "type": "stacked", 40 "type": "stacked",
41 "legend_format": "%5.1lf%s" 41 "legend_format": "%5.1lf%s"
42 }, 42 },
43 "mysql_handler": { 43 "mysql_handler": {
44 "title": "MySQL handler ({{PI}})", 44 "title": "MySQL handler ({{PI}}) on {{HOST}}",
45 "vertical": "Invocations", 45 "vertical": "Invocations",
46 "type": "stacked", 46 "type": "stacked",
47 "legend": { 47 "legend": {
@@ -82,7 +82,7 @@
82 "legend_format": "%5.1lf%s" 82 "legend_format": "%5.1lf%s"
83 }, 83 },
84 "mysql_locks": { 84 "mysql_locks": {
85 "title": "MySQL locks ({{PI}})", 85 "title": "MySQL locks ({{PI}}) on {{HOST}}",
86 "vertical": "locks", 86 "vertical": "locks",
87 "legend": { 87 "legend": {
88 "immediate": { 88 "immediate": {
@@ -95,7 +95,7 @@
95 "legend_format": "%5.1lf%s" 95 "legend_format": "%5.1lf%s"
96 }, 96 },
97 "mysql_octets": { 97 "mysql_octets": {
98 "title": "MySQL Traffic ({{TI}})", 98 "title": "MySQL Traffic ({{TI}}) on {{HOST}}",
99 "vertical": "Bits per second", 99 "vertical": "Bits per second",
100 "type": "io", 100 "type": "io",
101 "legend": { 101 "legend": {
@@ -111,7 +111,7 @@
111 "legend_format": "%5.1lf%s" 111 "legend_format": "%5.1lf%s"
112 }, 112 },
113 "threads": { 113 "threads": {
114 "title": "MySQL threads ({{PI}})", 114 "title": "MySQL threads ({{PI}}) on {{HOST}}",
115 "vertical": "Threads", 115 "vertical": "Threads",
116 "type": "stacked", 116 "type": "stacked",
117 "legend": { 117 "legend": {
@@ -131,7 +131,7 @@
131 "legend_format": "%5.1lf%s" 131 "legend_format": "%5.1lf%s"
132 }, 132 },
133 "total_threads": { 133 "total_threads": {
134 "title": "MySQL created threads ({{PI}})", 134 "title": "MySQL created threads ({{PI}}) on {{HOST}}",
135 "vertical": "Created Threads", 135 "vertical": "Created Threads",
136 "legend": { 136 "legend": {
137 "value": { 137 "value": {