#Master Template fuer hosts  4.3.2015
define host{
	name			host-template-generic 	#Name host or template
	register 		0			#host define as template(0) or host(1)
	check_command		check-host-alive	#command availability
	max_check_attempts	3			#attemps until static(hard)	
	check_period		24x7			#timeperiod
	check_interval		5			#intervall minutes
	retry_interval		2			#intervall failed
	notification_options	d,u,r			
	}


