I have a service on a host that I configured Nagios to monitor. Below is the current configuration of that service. Because there was a physical change made to this host, this required me to change this configuration from ifOperStatus.9 to ifOperStatus.22. Just this minor adjustment. I restarted Nagios service, but for some reason Nagios is still monitoring the ifOperStatus.9 causing it to constantly send out Critical messages. Does anyone know why this is happening?
The other odd thing is that I set up a new host that does not appear in on the Hosts list on Nagios site. It pops in and out.
define service{
use generic-service ; Inherit values from a template
host_name san-voip-gw
service_description VoIP Port FastEthernet0/0.2 Link Status
check_command check_snmp!-C mcspublic -o ifOperStatus.22 -r 1 -m RFC1213-MIB
}