check process mysqld with pidfile /var/lib/mysql/mysqld.pid
	group db
	group mysql
	start program = "/sbin/service mysqld start"
	stop  program = "/sbin/service mysqld stop"
#	if failed host localhost port 3306 protocol mysql with timeout 15 seconds then alert
	if 5 restarts with 5 cycles then timeout
	depend on mysql_bin

check file mysql_bin with path /usr/sbin/mysqld
	group mysql
	include /etc/monitrc.d/templates/rootbin
