mirror of https://github.com/zulip/zulip.git
nagios: add a test contact and contact group for testing new alerts.
(imported from commit 9cc1ef2b7af6c84bfd87dc38c6a558ea3b36d267)
This commit is contained in:
parent
609ff161a1
commit
010f15c66e
|
@ -26,6 +26,17 @@ define contact{
|
|||
email monitoring@humbughq.com
|
||||
}
|
||||
|
||||
define contact{
|
||||
contact_name test
|
||||
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 jesstess@humbughq.com
|
||||
}
|
||||
|
||||
|
||||
###############################################################################
|
||||
|
@ -44,3 +55,9 @@ define contactgroup{
|
|||
alias Nagios Administrators
|
||||
members monitoring
|
||||
}
|
||||
|
||||
define contactgroup{
|
||||
contactgroup_name test
|
||||
alias Nagios Test Administrators
|
||||
members test
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue