No, you shouldn't be removing your contacts from the host/host template.This does not answer my question: should we be removing host-level contacts when creating escalations instead?
No, if you disable notifications, escalations won't work either.Do I set host "Alert Settings" Notifications enabled to "off" while assigning notifications (and escalations) to Services?
Try setting up 3 escalations, similar to these:
Code: Select all
define serviceescalation{
host_name webserver
service_description HTTP
first_notification 1
last_notification 1
notification_interval 90
contact_groups group1
}
define serviceescalation{
host_name webserver
service_description HTTP
first_notification 2
last_notification 5
notification_interval 90
contact_groups group2
}
define serviceescalation{
host_name webserver
service_description HTTP
first_notification 6
last_notification 0
notification_interval 90
contact_groups group1,group3
}