mirror of https://github.com/zulip/zulip.git
12 lines
581 B
INI
12 lines
581 B
INI
define contact {
|
|
contact_name pagerduty
|
|
alias PagerDuty Pseudo-Contact
|
|
service_notification_period 24x7
|
|
host_notification_period 24x7
|
|
service_notification_options w,u,c,r
|
|
host_notification_options d,r
|
|
email nagios@humbug.pagerduty.com
|
|
service_notification_commands notify-service-by-email
|
|
host_notification_commands notify-host-by-email
|
|
}
|