You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
E! [inputs.ipmi_sensor] Error in plugin: failed to run command "sudo -n /usr/local/bin/ipmitool sdr -S /tmp/_ipmi_
cache elist": exit status 1 - Invalid SDR command: -S
System info
Telegraf 1.33? Freebsd 14.2
Docker
No response
Steps to reproduce
telegraf-1.33.0 Time-series data collection
ipmitool-1.8.19_2 CLI to manage IPMI systems
Expected behavior
/usr/local/bin/ipmitool -S /tmp/_ipmi_cache sdr
SysHealth_Stat | 0x00 | ok
01-Inlet Ambient | 19 degrees C | ok
02-CPU 1 | 40 degrees C | ok
03-P1 DIMM 1-4 | 28 degrees C | ok
04-HD Max | 35 degrees C | ok
Note the position of -S is before "sdr" this works.
Relevant telegraf.conf
Logs from Telegraf
System info
Telegraf 1.33? Freebsd 14.2
Docker
No response
Steps to reproduce
telegraf-1.33.0 Time-series data collection
ipmitool-1.8.19_2 CLI to manage IPMI systems
Expected behavior
/usr/local/bin/ipmitool -S /tmp/_ipmi_cache sdr
SysHealth_Stat | 0x00 | ok
01-Inlet Ambient | 19 degrees C | ok
02-CPU 1 | 40 degrees C | ok
03-P1 DIMM 1-4 | 28 degrees C | ok
04-HD Max | 35 degrees C | ok
Note the position of -S is before "sdr" this works.
Actual behavior
/usr/local/bin/ipmitool sdr -S /tmp/_ipmi_cache
Invalid SDR command: -S
This is the command as used by telegraf, note the position of the -S
Additional info
The thing works on linux:
telegraf/unknown,now 1.33.0-1 amd64 [installed]
ipmitool/stable,now 1.8.19-4+deb12u2 amd64 [installed]
The text was updated successfully, but these errors were encountered: