mirror of https://github.com/zulip/zulip.git
puppet: Clean up unnecessary pagerduty_nagios.cfg.
This commit is contained in:
parent
7e328ba865
commit
062d280914
|
@ -1,11 +0,0 @@
|
|||
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
|
||||
}
|
|
@ -36,6 +36,18 @@ define contact{
|
|||
email <%= @nagios_test_email %>
|
||||
}
|
||||
|
||||
define contact {
|
||||
contact_name pager
|
||||
alias Pseudo-contact to an email that pages
|
||||
service_notification_period 24x7
|
||||
host_notification_period 24x7
|
||||
service_notification_options w,u,c,r
|
||||
host_notification_options d,r
|
||||
email <%= @nagios_pager_email %>
|
||||
service_notification_commands notify-service-by-email
|
||||
host_notification_commands notify-host-by-email
|
||||
}
|
||||
|
||||
###############################################################################
|
||||
###############################################################################
|
||||
#
|
||||
|
@ -53,7 +65,7 @@ define contactgroup{
|
|||
define contactgroup{
|
||||
contactgroup_name page_admins
|
||||
alias Nagios Administrators
|
||||
members monitoring,zulip,pagerduty
|
||||
members monitoring,zulip,pager
|
||||
}
|
||||
|
||||
define contactgroup{
|
||||
|
|
Loading…
Reference in New Issue