aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin/ipmi.json
diff options
context:
space:
mode:
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 }