To have monit start at boot time, you must have an entry similar to the 
following in /etc/rc.local.

if [ -x /usr/local/bin/monit ]; then
	echo -n ' monit'
	/usr/local/bin/monit -d 300 -c /etc/monitrc >/dev/null 2>&1
fi
