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/vserver.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'plugin/vserver.json') diff --git a/plugin/vserver.json b/plugin/vserver.json index 7366693..503e7ca 100644 --- a/plugin/vserver.json +++ b/plugin/vserver.json @@ -1,6 +1,6 @@ { "load": { - "title": "System load", + "title": "System load on {{HOST}}", "vertical": "System load", "type": "default", "legend": { @@ -20,7 +20,7 @@ "legend_format": "%.2lf" }, "vs_memory": { - "title": "Memory utilization ({{PI}})", + "title": "Memory utilization ({{PI}}) on {{HOST}}", "vertical": "Bytes", "type": "stacked", "legend": { @@ -44,7 +44,7 @@ "legend_format": "%5.1lf%s" }, "vs_threads": { - "title": "Threads ({{PI}})", + "title": "Threads ({{PI}}) on {{HOST}}", "type": "stacked", "legend": { "running": { @@ -67,13 +67,13 @@ "legend_format": "%5.1lf%s" }, "if_octets": { - "title": "Interface Traffic ({{PI}})", + "title": "Interface Traffic ({{PI}}) on {{HOST}}", "vertical": "{{ND}} per second", "legend_format": "%5.1lf%s", "datasize": true }, "vs_processes": { - "title": "Processes ({{PI}})", + "title": "Processes ({{PI}}) on {{HOST}}", "legend": { "value": { "name": "Processes" -- cgit v1.1