Page 1 of 1

Setup Nagios with Hp ILO SNMP v3

Posted: Mon Oct 19, 2020 12:36 pm
by CSOST
Hello All,

I'm trying to setup Nagios to work with my HP server using ilo card 4
currently the setup is working with SNMP V2, I don't see an option in the plugin to work with SNMP v3

the current check command is : check_hpe_ilo

$USER1$/nagios_hpeilo_engine -H $HOSTADDRESS$ -C $ARG1$ -o $ARG2$

anyone manage to set it up to work with SNMP v3 ?
thank you

Re: Setup Nagios with Hp ILO SNMP v3

Posted: Wed Oct 21, 2020 4:37 pm
by benjaminsmith
Hi,

I would recommend checking the plugin code or running the help options to see if it supports SNMP v3. If not, check the Nagios Exchange for a suitable alternative.

https://exchange.nagios.org/directory/P ... 8Compaq%29

Let us know what you find out.

Benjamin

Re: Setup Nagios with Hp ILO SNMP v3

Posted: Tue Nov 10, 2020 5:35 am
by danjoh
Hello,

I would recommend using the redfish interface of the iLO instead of SNMP.

I can also recommend the following check for use with iLO (and/or iBMC & iDRAC):
https://github.com/bb-Ricardo/check_redfish

Regards,

Re: Setup Nagios with Hp ILO SNMP v3

Posted: Fri Nov 13, 2020 5:36 pm
by benjaminsmith
@danjoh Thanks for helping out :D