puppet: Clean up unnecessary pagerduty_nagios.cfg.

This commit is contained in:
Tim Abbott 2017-10-05 19:19:05 -07:00
parent 7e328ba865
commit 062d280914
2 changed files with 13 additions and 12 deletions

View File

@ -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
}

View File

@ -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{