aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin/nginx.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/nginx.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/nginx.json')
-rw-r--r--plugin/nginx.json6
1 files changed, 3 insertions, 3 deletions
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 @@
1{ 1{
2 "connections": { 2 "connections": {
3 "title": "Nginx connections", 3 "title": "Nginx connections on {{HOST}}",
4 "vertical": "Connections/s", 4 "vertical": "Connections/s",
5 "legend": { 5 "legend": {
6 "accepted": { 6 "accepted": {
@@ -15,7 +15,7 @@
15 "legend_format": "%5.1lf%s" 15 "legend_format": "%5.1lf%s"
16 }, 16 },
17 "nginx_connections": { 17 "nginx_connections": {
18 "title": "Nginx connection states", 18 "title": "Nginx connection states on {{HOST}}",
19 "vertical": "Connections/s", 19 "vertical": "Connections/s",
20 "legend": { 20 "legend": {
21 "active": { 21 "active": {
@@ -38,7 +38,7 @@
38 "legend_format": "%5.1lf%s" 38 "legend_format": "%5.1lf%s"
39 }, 39 },
40 "nginx_requests": { 40 "nginx_requests": {
41 "title": "Nginx requests", 41 "title": "Nginx requests on {{HOST}}",
42 "vertical": "Requests/s", 42 "vertical": "Requests/s",
43 "legend": { 43 "legend": {
44 "value": { 44 "value": {