Closed daviesalex closed 7 years ago
we already have it! https://github.com/influxdata/telegraf/tree/master/plugins/inputs/ipmi_sensor
@sparrc thanks! We need to upgrade to HEAD ;-)
Does it support running ipmitool locally (the docs/examples all have "-I lan -H 192.168.1.1 -U USERID -P PASSW0RD")
Looking at the code it looks like it might not work, as far as I can tell it assumes that you will provide it a username and password, so the documentation around those parameters being optional is not correct sigh
Shouldn't be a difficult fix though
Cool. Can we make this issue to make it support ipmitool locally? If nobody else has time to do this, we can patch it and propose it.
I've done it via the plugin section and a small shell script: https://github.com/lunetics/influxdb-plugins/blob/master/ipmi/ipmi.sh
Dell R730:
Dell R630:
Supermicro based board:
HP ProLiant DL360p Gen8 SE:
SGI C2110G-RP5 (also supermicro based):
I think you get the idea. Pretty much every vendor provide some set of sensor data in degrees C.
There are other types of sensor data other than "sdr type Temperature", although we have no interest in capturing them.
We propose creating a ipmi plugin that
RFC. We are happy to work on this and submit a PR.