aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin/ipmi.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/ipmi.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/ipmi.json')
-rw-r--r--plugin/ipmi.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugin/ipmi.json b/plugin/ipmi.json
index 07caf96..1ec3cb7 100644
--- a/plugin/ipmi.json
+++ b/plugin/ipmi.json
@@ -1,16 +1,16 @@
1{ 1{
2 "fanspeed": { 2 "fanspeed": {
3 "title": "Fanspeed ({{PI}})", 3 "title": "Fanspeed ({{PI}}) on {{HOST}}",
4 "vertical": "RPM", 4 "vertical": "RPM",
5 "legend_format": "%5.1lf" 5 "legend_format": "%5.1lf"
6 }, 6 },
7 "temperature": { 7 "temperature": {
8 "title": "Temperature ({{PI}})", 8 "title": "Temperature ({{PI}}) on {{HOST}}",
9 "vertical": "Celsius", 9 "vertical": "Celsius",
10 "legend_format": "%5.1lf%s" 10 "legend_format": "%5.1lf%s"
11 }, 11 },
12 "voltage": { 12 "voltage": {
13 "title": "Voltage ({{PI}})", 13 "title": "Voltage ({{PI}}) on {{HOST}}",
14 "vertical": "Volt", 14 "vertical": "Volt",
15 "legend_format": "%5.1lf" 15 "legend_format": "%5.1lf"
16 } 16 }