You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
85 lines
2.0 KiB
INI
85 lines
2.0 KiB
INI
#
|
|
# $Header: /usr/local/monitoring/nagios/etc/escalations/RCS/service_escalations.cfg,v 1.7 2014/08/27 14:57:25 nagios Exp nagios $
|
|
#
|
|
# Service escalation definitions
|
|
#
|
|
|
|
define serviceescalation {
|
|
use service_notify_once
|
|
hostgroup_name Netmgmt, !Netmgmt - No SSH
|
|
service_description .*
|
|
contacts ESS Ops
|
|
}
|
|
|
|
define serviceescalation {
|
|
hostgroup_name Netmgmt, !Netmgmt - No SSH
|
|
service_description .*
|
|
first_notification 1
|
|
last_notification 0
|
|
notification_interval 0
|
|
escalation_period 24x7
|
|
escalation_options r
|
|
contacts ESS UNIX List
|
|
}
|
|
|
|
define serviceescalation {
|
|
host_name monitor
|
|
service_description Gearman worker ims.*
|
|
first_notification 12
|
|
last_notification 14
|
|
notification_interval 120
|
|
escalation_period 24x7
|
|
escalation_options c
|
|
contact_groups Monitoring Admins Pager
|
|
}
|
|
|
|
define serviceescalation {
|
|
host_name monitor
|
|
service_description Gearman worker (151|NS).*
|
|
first_notification 3
|
|
last_notification 5
|
|
notification_interval 60
|
|
escalation_period 24x7
|
|
escalation_options c
|
|
contact_groups Monitoring Admins Pager
|
|
}
|
|
|
|
define serviceescalation {
|
|
use service_notify_once
|
|
host_name monitor
|
|
service_description .*_akam_net
|
|
escalation_options w,c,r
|
|
contacts Networking
|
|
}
|
|
|
|
# Throw out first 3 notifications
|
|
define serviceescalation {
|
|
hostgroup_name Exchange Mailbox
|
|
service_description nrpe_win_agent_status, nrpe_win_Exchange*
|
|
escalation_period Exchange MBX busy
|
|
first_notification 1
|
|
last_notification 3
|
|
notification_interval 10
|
|
contact_groups dummy
|
|
}
|
|
|
|
# From notification 4 proceed normally
|
|
define serviceescalation {
|
|
hostgroup_name Exchange Mailbox
|
|
service_description nrpe_win_agent_status
|
|
escalation_period Exchange MBX OK
|
|
first_notification 4
|
|
contacts ESS Page, ESS Windows List
|
|
}
|
|
|
|
# From notification 4 proceed normally
|
|
define serviceescalation {
|
|
hostgroup_name Exchange Mailbox
|
|
service_description nrpe_win_Exchange*
|
|
escalation_period Exchange MBX OK
|
|
first_notification 4
|
|
contacts John P. Sophy
|
|
}
|
|
|
|
|