check process klogd with pidfile /var/run/klogd.pid
	group system
	group klogd
	start program = "/sbin/service klogd start"
	stop  program = "/sbin/service klogd stop"
	if 5 restarts with 5 cycles then timeout
	depend on klogd_bin

check file klogd_bin with path /sbin/klogd
	group klogd
	include /etc/monitrc.d/templates/rootbin

