Build precise queries to find exactly what you need
Press ESC to close
Nagios World Conference 2026: Sept. 14-17 in St. Paul, MN | Learn More
Good plugin, and work great with Centreon in my case. In my case, I use IPMIv2 and need to add the option “-D lan_2_0” to impi-sensors. Test command is /usr/sbin/ipmi-sensors -h 10.1.1.1 -u monitoring -p password -l USER -D lan_2_0 And for the plugin : #./check_ipmi_sensor -H 10.1.1.1 -U monitoring -P password -L USER -O ‘-D lan_2_0’
Works with this centreon command : $USER1$/custom/check_ipmi_sensor -H $HOSTADDRESS$ -U $ARG1$ -P $ARG2$ -L USER -O ‘-D lan_2_0’
But the output of this perl script is not good for graph the differents sensors in Centreon. Maybe I work on this later and post it here.
Regards, Belgotux