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/nginx.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugin/nginx.json') diff --git a/plugin/nginx.json b/plugin/nginx.json index 08e1d40..ac6f715 100644 --- a/plugin/nginx.json +++ b/plugin/nginx.json @@ -1,6 +1,6 @@ { "connections": { - "title": "Nginx connections", + "title": "Nginx connections on {{HOST}}", "vertical": "Connections/s", "legend": { "accepted": { @@ -15,7 +15,7 @@ "legend_format": "%5.1lf%s" }, "nginx_connections": { - "title": "Nginx connection states", + "title": "Nginx connection states on {{HOST}}", "vertical": "Connections/s", "legend": { "active": { @@ -38,7 +38,7 @@ "legend_format": "%5.1lf%s" }, "nginx_requests": { - "title": "Nginx requests", + "title": "Nginx requests on {{HOST}}", "vertical": "Requests/s", "legend": { "value": { -- cgit v1.1