summaryrefslogtreecommitdiffstats
path: root/roles/nagios_server/files/nagios/contacts/codeblock.cfg
blob: 3e6b003f7cfdd9c39a183e255e83488d972205a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
define contact{
	contact_name		codeblock
	alias			Ricky Elrod
	service_notification_period     never
	host_notification_period        never
	service_notification_options    w,u,c,r
	host_notification_options       d,u,r
	service_notification_commands   notify-by-email
	host_notification_commands      host-notify-by-email
	email                           codeblock@elrod.me
}