aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin/nut.json
diff options
context:
space:
mode:
authorŁukasz Kostka2014-08-15 00:13:54 +0200
committerPim van den Berg2014-08-25 23:32:22 +0200
commit2c5c2a62e10d5aadef9908b03908dffe9c26e2ad (patch)
tree78c8e11f470b0f71cc088d151292d72aa62e1f72 /plugin/nut.json
parentfix rrd_escape() not escaping colons (diff)
downloadapt-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 'plugin/nut.json')
-rw-r--r--plugin/nut.json12
1 files changed, 6 insertions, 6 deletions
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 @@
1{ 1{
2 "frequency": { 2 "frequency": {
3 "title": "Frequency ({{PI}})", 3 "title": "Frequency ({{PI}}) on {{HOST}}",
4 "vertical": "Hz", 4 "vertical": "Hz",
5 "legend_format": "%5.1lf%s" 5 "legend_format": "%5.1lf%s"
6 }, 6 },
7 "percent": { 7 "percent": {
8 "title": "Charge & load ({{PI}})", 8 "title": "Charge & load ({{PI}}) on {{HOST}}",
9 "vertical": "Percent", 9 "vertical": "Percent",
10 "legend_format": "%5.1lf" 10 "legend_format": "%5.1lf"
11 }, 11 },
12 "power": { 12 "power": {
13 "title": "Power ({{PI}})", 13 "title": "Power ({{PI}}) on {{HOST}}",
14 "vertical": "VA", 14 "vertical": "VA",
15 "legend_format": "%5.1lf%s" 15 "legend_format": "%5.1lf%s"
16 }, 16 },
17 "temperature": { 17 "temperature": {
18 "title": "Temperature ({{PI}})", 18 "title": "Temperature ({{PI}}) on {{HOST}}",
19 "vertical": "°C", 19 "vertical": "°C",
20 "legend_format": "%5.1lf%s" 20 "legend_format": "%5.1lf%s"
21 }, 21 },
22 "timeleft": { 22 "timeleft": {
23 "title": "Time Left ({{PI}})", 23 "title": "Time Left ({{PI}}) on {{HOST}}",
24 "vertical": "Seconds", 24 "vertical": "Seconds",
25 "legend_format": "%5.1lf" 25 "legend_format": "%5.1lf"
26 }, 26 },
27 "voltage": { 27 "voltage": {
28 "title": "Voltage {{PI}}", 28 "title": "Voltage {{PI}} on {{HOST}}",
29 "vertical": "Voltage", 29 "vertical": "Voltage",
30 "legend_format": "%5.1lf" 30 "legend_format": "%5.1lf"
31 } 31 }