aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin/ipmi.json
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/ipmi.json')
-rw-r--r--plugin/ipmi.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/plugin/ipmi.json b/plugin/ipmi.json
new file mode 100644
index 0000000..bd860dd
--- /dev/null
+++ b/plugin/ipmi.json
@@ -0,0 +1,17 @@
1{
2 "fanspeed": {
3 "title": "Fanspeed ({{PI}})",
4 "vertical": "RPM",
5 "legend_format": "%5.1lf"
6 },
7 "temerature": {
8 "title": "Temperature ({{PI}})",
9 "vertical": "Celsius",
10 "legend_format": "%5.1lf%s"
11 },
12 "voltage": {
13 "title": "Voltage ({{PI}})",
14 "vertical": "Volt",
15 "legend_format": "%5.1lf"
16 }
17}