Have been updating some servers in a small group this week. A mixture of CentOS 6.x and RHEL 5.x. In every case they are getting an updated srvadmin-*
package and subsequently popping up in nagios with the error (SNMP) OpenManage is not installed or is not working correctly
. Has anyone else seen this?
It appears that the plugin is using this function to test if SNMP is working:
#
# Checking if SNMP works by probing for "chassisModelName", which all
# servers should have
#
sub snmp_check {
my $chassisModelName = '1.3.6.1.4.1.674.10892.1.300.10.1.9.1';
SNMP is working on my systems (used SNMPWalk to test) but this value isn't present anymore.
- Should I look for a different value that 'all servers should have'?
- Try to figure out where this value went?
- Hope that the developer releases an update?
- Other?
The answer was on this site: