Setup Nagios with Hp ILO SNMP v3

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
CSOST
Posts: 11
Joined: Tue Apr 30, 2019 11:31 am

Setup Nagios with Hp ILO SNMP v3

Post 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
benjaminsmith
Posts: 5324
Joined: Wed Aug 22, 2018 4:39 pm
Location: saint paul

Re: Setup Nagios with Hp ILO SNMP v3

Post 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
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.

Be sure to check out our Knowledgebase for helpful articles and solutions!
danjoh
Posts: 73
Joined: Mon Dec 07, 2015 10:43 am
Location: Zürich, Switzerland
Contact:

Re: Setup Nagios with Hp ILO SNMP v3

Post 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,
--
D/\N
benjaminsmith
Posts: 5324
Joined: Wed Aug 22, 2018 4:39 pm
Location: saint paul

Re: Setup Nagios with Hp ILO SNMP v3

Post by benjaminsmith »

@danjoh Thanks for helping out :D
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.

Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked