Wrong Host-Notifications
Posted: Thu Jun 21, 2012 5:43 am
Nagios sends sporadically ** PROBLEM Host Alert: sw01 is DOWN ** "Info: CRITICAL - Host Unreachable" notifications although the "Host Status" is "UP" and green in the GUI.
The host uses the generic-switch template:
I tried to debug with "debug_level=32" but there aren't any entries for the wrong notifications.
I also tried to disable notifications for this host:
Nagios still sends wrong notifications.
Any suggestions, solving this strange behaviour?
Thanks in advance,
Andy
The host uses the generic-switch template:
Code: Select all
define host{
name generic-switch
use generic-host
check_period 24x7
check_interval 5
retry_interval 1
max_check_attempts 10
check_command check-host-alive
notification_period 24x7
notification_interval 30
notification_options d,r
contact_groups admins
register 0
}
I also tried to disable notifications for this host:
Code: Select all
notifications_enabled 0
notification_options n
Any suggestions, solving this strange behaviour?
Thanks in advance,
Andy