cookbook 'monit', '= 0.7.5'
monit (9) Versions 0.7.5 Follow45
A deprecated Chef cookbook for managing the Monit process manager.
cookbook 'monit', '= 0.7.5', :supermarket
knife supermarket install monit
knife supermarket download monit
Overview
Chef cookbook for the monit monitoring and
management tool.
Submitting a change
- Make sure your code follows existing conventions
- Squash your PR into a single commit
- Rebase onto master if needed
- Add Chefspec test
- Make sure foodcritic is happy
- Make sure your PR is marked as "safe to merge"
Changelog
How to add to your cookbook repository
Download the tarball
It's up on the opscode
cookbook community site.
Vendor via knife
$ knife cookbook site download monit
Track upstream changes via git
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.
Add the monit repo
$ cd YOUR_REPO_ROOT
$ git submodule add git://github.com/apsoto/monit.git cookbooks/monit
Dependent cookbooks
This cookbook has no specified dependencies.
Contingent cookbooks
Foodcritic Metric
0.7.5 failed this metric
FC015: Consider converting definition to a LWRP: /tmp/cook/613f0fad4256a66227de9402/monit/definitions/monitrc.rb:1
0.7.5 failed this metric