nagios: add a test contact and contact group for testing new alerts.

(imported from commit 9cc1ef2b7af6c84bfd87dc38c6a558ea3b36d267)
This commit is contained in:
Jessica McKellar 2012-11-15 17:55:18 -05:00
parent 609ff161a1
commit 010f15c66e
1 changed files with 17 additions and 0 deletions

View File

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