Installs M/Monit, the easy, proactive monitoring of Unix systems, network and cloud services.
Currently, only Ubuntu >= 12.04 is tested.
Pull requests are welcome to support more platforms.
Please refer to the attributes/default.rb
file for now.
Simply include mmonit
in a role or in your node's run_list :
{
"name":"my_node",
"run_list": [
"recipe[mmonit::default]"
]
}
Or include the recipe in a wrapper cookbook :
include_recipe 'mmonit'
- Fork the repository on Github
- Create a named feature branch (i.e.
add-new-recipe
) - Write you change
- Submit a Pull Request
It is free software and may be redistributed under the terms specified in the LICENSE file.