- Follow http://clasense4.wordpress.com/2012/08/27/monit-how-to-playing-with-monit/ untill you're good
- cp conf/monitrc /etc/monit.conf
- vim /etc/init.d/monit (below)
- chmod u+x /etc/init.d/monit
- sudo /sbin/chkconfig --add monit
- sudo chkconfig --levels 235 monit on
Then monit should start when the server restart