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/apache.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'plugin/apache.json') diff --git a/plugin/apache.json b/plugin/apache.json index 3774371..3f8b65f 100644 --- a/plugin/apache.json +++ b/plugin/apache.json @@ -1,6 +1,6 @@ { "apache_bytes": { - "title": "Webserver Traffic ({{PI}})", + "title": "Webserver Traffic ({{PI}}) on {{HOST}}", "vertical": "{{ND}}/s", "legend": { "value": { @@ -11,7 +11,7 @@ "legend_format": "%5.1lf" }, "apache_connections": { - "title": "Webserver Connections ({{PI}})", + "title": "Webserver Connections ({{PI}}) on {{HOST}}", "vertical": "Conns/s", "legend": { "value": { @@ -22,7 +22,7 @@ "legend_format": "%5.1lf" }, "apache_idle_workers": { - "title": "Webserver Idle Workers ({{PI}})", + "title": "Webserver Idle Workers ({{PI}}) on {{HOST}}", "vertical": "Workers", "legend": { "value": { @@ -33,7 +33,7 @@ "legend_format": "%5.1lf" }, "apache_requests": { - "title": "Webserver Requests ({{PI}})", + "title": "Webserver Requests ({{PI}}) on {{HOST}}", "vertical": "Requests/s", "legend": { "value": { @@ -44,7 +44,7 @@ "legend_format": "%5.1lf" }, "apache_scoreboard": { - "title": "Webserver Scoreboard ({{PI}})", + "title": "Webserver Scoreboard ({{PI}}) on {{HOST}}", "vertical": "Slots", "type": "stacked", "legend": { -- cgit v1.1