Service Escalation not Working
Posted: Thu Jul 13, 2017 3:41 am
Hi,
Need your help guys. My brain is already bleeding.
Objective: To have 2 types of alerts setup.
1. Warning = notification will be sent out after 30 checks. Threshold is set to 85% - NOT WORKING with Service Escalation
2. Critical =notification will be sent immediately. – WORKING
Kindly help setup up the notification for Warning.
Below is how it is currently configured.
define service {
service_description Disk
hostgroup_name Unix Servers
check_command check_local_disk_copy_1!99%!5%!!!!!!
initial_state c
max_check_attempts 1
check_interval 2
retry_interval 2
active_checks_enabled 1
check_period 24x7
notification_interval 2
notification_options c,
notifications_enabled 1
contacts msend_contact
register 1
}
define serviceescalation {
hostgroup_name Unix Servers
service_description Disk
contacts msend_contact
contact_groups admins
first_notification 30
last_notification 0
notification_interval 2
escalation_period 24x7
escalation_options w,
}
Please advise.
Thanks,
Ann
Need your help guys. My brain is already bleeding.
Objective: To have 2 types of alerts setup.
1. Warning = notification will be sent out after 30 checks. Threshold is set to 85% - NOT WORKING with Service Escalation
2. Critical =notification will be sent immediately. – WORKING
Kindly help setup up the notification for Warning.
Below is how it is currently configured.
define service {
service_description Disk
hostgroup_name Unix Servers
check_command check_local_disk_copy_1!99%!5%!!!!!!
initial_state c
max_check_attempts 1
check_interval 2
retry_interval 2
active_checks_enabled 1
check_period 24x7
notification_interval 2
notification_options c,
notifications_enabled 1
contacts msend_contact
register 1
}
define serviceescalation {
hostgroup_name Unix Servers
service_description Disk
contacts msend_contact
contact_groups admins
first_notification 30
last_notification 0
notification_interval 2
escalation_period 24x7
escalation_options w,
}
Please advise.
Thanks,
Ann