diff options
| author | Ćukasz Kostka | 2014-08-15 00:13:54 +0200 |
|---|---|---|
| committer | Pim van den Berg | 2014-08-25 23:32:22 +0200 |
| commit | 2c5c2a62e10d5aadef9908b03908dffe9c26e2ad (patch) | |
| tree | 78c8e11f470b0f71cc088d151292d72aa62e1f72 /plugin/apcups.json | |
| parent | fix rrd_escape() not escaping colons (diff) | |
| download | apt-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 '')
| -rw-r--r-- | plugin/apcups.json | 12 |
1 files changed, 6 insertions, 6 deletions
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 @@ | |||
| 1 | { | 1 | { |
| 2 | "charge": { | 2 | "charge": { |
| 3 | "title": "UPS Charge", | 3 | "title": "UPS Charge on {{HOST}}", |
| 4 | "vertical": "Ampere hours", | 4 | "vertical": "Ampere hours", |
| 5 | "legend": { | 5 | "legend": { |
| 6 | "value": { | 6 | "value": { |
| @@ -11,7 +11,7 @@ | |||
| 11 | "legend_format": "%5.1lf%s" | 11 | "legend_format": "%5.1lf%s" |
| 12 | }, | 12 | }, |
| 13 | "frequency": { | 13 | "frequency": { |
| 14 | "title": "UPS Input Frequency", | 14 | "title": "UPS Input Frequency on {{HOST}}", |
| 15 | "vertical": "Hertz", | 15 | "vertical": "Hertz", |
| 16 | "legend": { | 16 | "legend": { |
| 17 | "value": { | 17 | "value": { |
| @@ -22,7 +22,7 @@ | |||
| 22 | "legend_format": "%5.1lf%s" | 22 | "legend_format": "%5.1lf%s" |
| 23 | }, | 23 | }, |
| 24 | "percent": { | 24 | "percent": { |
| 25 | "title": "UPS Load", | 25 | "title": "UPS Load on {{HOST}}", |
| 26 | "vertical": "Load", | 26 | "vertical": "Load", |
| 27 | "legend": { | 27 | "legend": { |
| 28 | "value": { | 28 | "value": { |
| @@ -33,7 +33,7 @@ | |||
| 33 | "legend_format": "%5.1lf%s" | 33 | "legend_format": "%5.1lf%s" |
| 34 | }, | 34 | }, |
| 35 | "temperature": { | 35 | "temperature": { |
| 36 | "title": "UPS Temperature", | 36 | "title": "UPS Temperature on {{HOST}}", |
| 37 | "vertical": "Celsius", | 37 | "vertical": "Celsius", |
| 38 | "legend": { | 38 | "legend": { |
| 39 | "value": { | 39 | "value": { |
| @@ -43,7 +43,7 @@ | |||
| 43 | } | 43 | } |
| 44 | }, | 44 | }, |
| 45 | "timeleft": { | 45 | "timeleft": { |
| 46 | "title": "UPS Time Left", | 46 | "title": "UPS Time Left on {{HOST}}", |
| 47 | "vertical": "Seconds", | 47 | "vertical": "Seconds", |
| 48 | "legend": { | 48 | "legend": { |
| 49 | "value": { | 49 | "value": { |
| @@ -54,7 +54,7 @@ | |||
| 54 | "legend_format": "%5.1lf%s" | 54 | "legend_format": "%5.1lf%s" |
| 55 | }, | 55 | }, |
| 56 | "voltage": { | 56 | "voltage": { |
| 57 | "title": "UPS Voltage {{TI}}", | 57 | "title": "UPS Voltage {{TI}} on {{HOST}}", |
| 58 | "vertical": "Volt", | 58 | "vertical": "Volt", |
| 59 | "legend": { | 59 | "legend": { |
| 60 | "value": { | 60 | "value": { |
