Suppose a host template configured as such:
Code: Select all
define host {
name linux-server
hostgroups +Production Linux
check_command check-host-alive!!!!!!!!
use generic-host
max_check_attempts 10
check_interval 3
retry_interval 1
check_period 24x7
contact_groups +admins,Unix-Linux
notification_interval 60
first_notification_delay 0
notification_options d,u,r,
register 0
} Is this right?
Given that it is correct, if we wanted a host to immediately notify at active host check failure, we should set max_check_attempts to 1, and first_notification_delay to 0.