Chef cookbook for the monit monitoring and management tool.
It's up on the opscode cookbook community site.
$ knife cookbook site download monit
I use git submodules for my chef repos so I can push/pull changes with minimal hassle.
For more info, check out the Pro Git book.
$ cd YOUR_REPO_ROOT
$ git submodule add git://github.com/apsoto/monit.git cookbooks/monit
- create /etc/monit/conf.d. Thanks Karel Minarik (https://github.com/karmi)
- Released to github
- Defaults no alert on ACTION event. When you manually stop/start a service, alerting me about what I just did isn't useful.