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