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/nut.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'plugin/nut.json') diff --git a/plugin/nut.json b/plugin/nut.json index c5bcbca..accbeca 100644 --- a/plugin/nut.json +++ b/plugin/nut.json @@ -1,31 +1,31 @@ { "frequency": { - "title": "Frequency ({{PI}})", + "title": "Frequency ({{PI}}) on {{HOST}}", "vertical": "Hz", "legend_format": "%5.1lf%s" }, "percent": { - "title": "Charge & load ({{PI}})", + "title": "Charge & load ({{PI}}) on {{HOST}}", "vertical": "Percent", "legend_format": "%5.1lf" }, "power": { - "title": "Power ({{PI}})", + "title": "Power ({{PI}}) on {{HOST}}", "vertical": "VA", "legend_format": "%5.1lf%s" }, "temperature": { - "title": "Temperature ({{PI}})", + "title": "Temperature ({{PI}}) on {{HOST}}", "vertical": "°C", "legend_format": "%5.1lf%s" }, "timeleft": { - "title": "Time Left ({{PI}})", + "title": "Time Left ({{PI}}) on {{HOST}}", "vertical": "Seconds", "legend_format": "%5.1lf" }, "voltage": { - "title": "Voltage {{PI}}", + "title": "Voltage {{PI}} on {{HOST}}", "vertical": "Voltage", "legend_format": "%5.1lf" } -- cgit v1.1