yum install monit
- Configure
/etc/monit/monitrc
- see example below - Add
init.d
for monit - https://gist.github.com/tomkersten/630554 - Add monit config for services - see example below
- then you call
monit start foo
to start foo service w/ monit wrapper
Reference: http://mmonit.com/monit/documentation/monit.html Config Examples: http://mmonit.com/wiki/Monit/ConfigurationExamples