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/apcups.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'plugin/apcups.json') diff --git a/plugin/apcups.json b/plugin/apcups.json index 87ba662..530829c 100644 --- a/plugin/apcups.json +++ b/plugin/apcups.json @@ -1,6 +1,6 @@ { "charge": { - "title": "UPS Charge", + "title": "UPS Charge on {{HOST}}", "vertical": "Ampere hours", "legend": { "value": { @@ -11,7 +11,7 @@ "legend_format": "%5.1lf%s" }, "frequency": { - "title": "UPS Input Frequency", + "title": "UPS Input Frequency on {{HOST}}", "vertical": "Hertz", "legend": { "value": { @@ -22,7 +22,7 @@ "legend_format": "%5.1lf%s" }, "percent": { - "title": "UPS Load", + "title": "UPS Load on {{HOST}}", "vertical": "Load", "legend": { "value": { @@ -33,7 +33,7 @@ "legend_format": "%5.1lf%s" }, "temperature": { - "title": "UPS Temperature", + "title": "UPS Temperature on {{HOST}}", "vertical": "Celsius", "legend": { "value": { @@ -43,7 +43,7 @@ } }, "timeleft": { - "title": "UPS Time Left", + "title": "UPS Time Left on {{HOST}}", "vertical": "Seconds", "legend": { "value": { @@ -54,7 +54,7 @@ "legend_format": "%5.1lf%s" }, "voltage": { - "title": "UPS Voltage {{TI}}", + "title": "UPS Voltage {{TI}} on {{HOST}}", "vertical": "Volt", "legend": { "value": { -- cgit v1.1