nagios: Commit Luke's testing contact.

(imported from commit d88951f42ad7753777b8e0ab2d47b9bb61ff3f76)
This commit is contained in:
Tim Abbott 2013-04-16 10:57:58 -04:00
parent bb3b63206a
commit 5b1b2257bd
1 changed files with 18 additions and 0 deletions

View File

@ -48,6 +48,18 @@ define contact{
email leo@humbughq.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@humbughq.com
}
###############################################################################
###############################################################################
@ -80,3 +92,9 @@ define contactgroup{
alias Nagios Testing Leo
members leo
}
define contactgroup{
contactgroup_name test_lfaraone
alias Nagios Testing Luke
members lfaraone
}