mirror of https://github.com/zulip/zulip.git
puppet: Remove Dropbox usernames from Nagios config.
This commit is contained in:
parent
8584c05d80
commit
2227e77cce
|
@ -33,34 +33,9 @@ define contact{
|
|||
host_notification_options d,r
|
||||
service_notification_commands notify-service-by-email
|
||||
host_notification_commands notify-host-by-email
|
||||
email jesstess@zulip.com
|
||||
email monitoring@zulip.com
|
||||
}
|
||||
|
||||
define contact{
|
||||
contact_name leo
|
||||
alias Test Monitoring
|
||||
service_notification_period 24x7
|
||||
host_notification_period 24x7
|
||||
service_notification_options w,u,c,r
|
||||
host_notification_options d,r
|
||||
service_notification_commands notify-service-by-email
|
||||
host_notification_commands notify-host-by-email
|
||||
email leo@zulip.com
|
||||
}
|
||||
|
||||
define contact{
|
||||
contact_name lfaraone
|
||||
alias Test Monitoring
|
||||
service_notification_period 24x7
|
||||
host_notification_period 24x7
|
||||
service_notification_options w,u,c,r
|
||||
host_notification_options d,r
|
||||
service_notification_commands notify-service-by-email
|
||||
host_notification_commands notify-host-by-email
|
||||
email lfaraone@zulip.com
|
||||
}
|
||||
|
||||
|
||||
###############################################################################
|
||||
###############################################################################
|
||||
#
|
||||
|
@ -86,15 +61,3 @@ define contactgroup{
|
|||
alias Nagios Test Administrators
|
||||
members test
|
||||
}
|
||||
|
||||
define contactgroup{
|
||||
contactgroup_name test_leo
|
||||
alias Nagios Testing Leo
|
||||
members leo
|
||||
}
|
||||
|
||||
define contactgroup{
|
||||
contactgroup_name test_lfaraone
|
||||
alias Nagios Testing Luke
|
||||
members lfaraone
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue