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/interface.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugin/interface.json') diff --git a/plugin/interface.json b/plugin/interface.json index 9b23049..e17ba95 100644 --- a/plugin/interface.json +++ b/plugin/interface.json @@ -1,6 +1,6 @@ { "if_octets": { - "title": "Interface Traffic ({{PI}})", + "title": "Interface Traffic ({{PI}}) on {{HOST}}", "vertical": "{{ND}} per second", "type": "io", "legend": { @@ -17,7 +17,7 @@ "datasize": true }, "if_errors": { - "title": "Interface Errors ({{PI}})", + "title": "Interface Errors ({{PI}}) on {{HOST}}", "vertical": "Errors per second", "type": "io", "legend": { @@ -33,7 +33,7 @@ "legend_format": "%5.1lf%s" }, "if_packets": { - "title": "Interface Packets ({{PI}})", + "title": "Interface Packets ({{PI}}) on {{HOST}}", "vertical": "Packets per second", "type": "io", "legend": { -- cgit v1.1