summaryrefslogtreecommitdiffstats
path: root/roles/nagios_server/files/nagios/contacts/null.cfg
blob: 792c5e9b5aafecf47b443a37a46dd163901af486 (plain)
1
2
3
4
5
6
7
8
9
10
11
define contact{
	contact_name		null
	alias			null
	service_notification_period     24x7
	host_notification_period        24x7
	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                           nobody@fedoraproject.org
}