I'm newly trying to implement some IPMI probes to gather power usage date from various vendors BMC, but when I added the "Chassis by IPMI" template to a test host, add the IPMI interface and set the username and password Macro fields at the host level, the connection is becoming disabled an shows error 33554441
I tried enabling DebugLevel=4, but there was too much information in the log for me to make sense of.
ipmitool can be used with the host to retrieve the sensor list. I've verified that OpenIPMI.x86_64, OpenIPMI-libs.x86)64 packages are installed using the RedHat repositories.
I have looked over the prior support forum and bug reports on IPMI functionality relating to Ubuntu/Debian, but all of those have a different error code, and seem to resolve when using crypt libraries. Using ldd, i can see that libOpenIPMI.so is linked against the libcrypt.so.1.1.1 library.
How can I get more information about the meaning of the error code 33554441? Is there something in particular I should be looking for in the DebugLevel 4 output? (this is on an active zabbix server with a few hundred hosts already configured)
thanks
matt
I tried enabling DebugLevel=4, but there was too much information in the log for me to make sense of.
ipmitool can be used with the host to retrieve the sensor list. I've verified that OpenIPMI.x86_64, OpenIPMI-libs.x86)64 packages are installed using the RedHat repositories.
I have looked over the prior support forum and bug reports on IPMI functionality relating to Ubuntu/Debian, but all of those have a different error code, and seem to resolve when using crypt libraries. Using ldd, i can see that libOpenIPMI.so is linked against the libcrypt.so.1.1.1 library.
How can I get more information about the meaning of the error code 33554441? Is there something in particular I should be looking for in the DebugLevel 4 output? (this is on an active zabbix server with a few hundred hosts already configured)
thanks
matt
Comment