Problems recieveing service notifications

Sean McAvoy sean.mcavoy at megawheels.com
Mon Mar 17 18:21:58 CET 2003


Hello,
I'm having problems getting service alerts. I've attached my configs for
1 service. 
I've got 2 distributed servers, and one central that does all
notification (but no active checks, just host checks).
I'm receiving host notifications, but no service ones. Any ideas where I
can look to see why they're not being sent?
Any help would be appreciated!

-Sean




-------------- next part --------------
define service{
	name				client-low
	active_checks_enabled		1
	passive_checks_enabled		1
	parallelize_check		1
	obsess_over_service		1
	check_freshness			1
	freshness_threshold		2100
	check_command			notify-by-email
	notifications_enabled		1
	event_handler_enabled		0
	flap_detection_enabled		1
	process_perf_data		1
	retain_status_information	1
	retain_nonstatus_information	1
	max_check_attempts		3
	normal_check_interval		15
	retry_check_interval		2
	contact_groups			technical-support
	check_period			24x7
	notification_interval		30
	notification_period		workhours
	notification_options		w,c,r
	register			0
}
-------------- next part --------------
define service{
	use			client-low
	host_name		vpn.clienta
	service_description	Office - clienta tunnel
	check_command		check_ipsec_tunnel!192.168.109.1
}


More information about the Users mailing list