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
BlakeLouis
Posts: 1
Joined: Wed Dec 30, 2020 4:14 am

Setup Nagios with Hp ILO SNMP v3?

Post by BlakeLouis »

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
gormank
Posts: 1114
Joined: Tue Dec 02, 2014 12:00 pm

Re: Setup Nagios with Hp ILO SNMP v3?

Post by gormank »

If running check_hpe_ilo -h (I guess) doesn't show v3 options chances are the plugin doesn't support v3 and you'd need another plugin. I use check_hp but don't use v3 so I can't say if it's better.
Locked