Observium cookbook installs Observium network monitoring platform.
- CentOS 6
- Ubuntu 14.04
- Debian 7
Include observium
in your node's run_list
:
{
"run_list": [
"recipe[observium::default]"
]
}
- Fork the repository on Github
- Create a named feature branch (i.e.
add-new-recipe
) - Write you change
- Write tests for your change (if applicable)
- Run the tests, ensuring they all pass
- Submit a Pull Request
Author: Petar Koraca ([email protected])