This is deprecated. Project didn't progress at work and I never got time to finish this. Use https://github.com/hw-cookbooks/flapjack instead.
This cookbook installs the Flapjack monitoring notification system. For more information about Flapjack see http://flapjack.io/
This cookbook uses the prebuilt packages for Ubuntu 12.04. This installs a 140MB debian package you might want to look into an apt cache.
Warning the flapjack packages are not signed so this cookbook enables unauthenticated installation of packages by APT. Hassle the flapjack devs to sign their packages.
apt
- for registering the APT repositorylogrotate
- for managing the rotation of log files
Key | Type | Description | Default |
---|---|---|---|
['flapjack']['all_environments'] | Boolean | whether to include nodes from all environments in this Chef server or just the environment this nodes is contained within | false |
Just include flapjack
in your node's run_list
:
{
"name":"my_node",
"run_list": [
"recipe[flapjack]"
]
}
Install berkshelf and the vagrant-berkshelf plugin to test this cookbook under vagrant.
Authors: Adam Ashley [email protected]