A Chef Report and Error handler that integrates with SumoLogic.
- chef_handler (http://community.opscode.com/cookbooks/chef_handler)
| Key | Type | Description | Default |
|---|---|---|---|
| ["sumologic"]["endpoint"] | URL | SumoLogic HTTP Endpoint to receive reports and exceptions | true |
- Create an HTTP source on your SumoLogic account (https://service.sumologic.com)
- Set the attribute default['sumologic']['endpoint'] with the URL of this HTTP source.
- Include
chef-handler-sumologicfirst in your node'srun_list:
{
"name":"my_node",
"run_list": [
"recipe[chef-handler-sumologic]"
]
}- Fork the repository on Github
- Create a named feature branch (like
add_component_x) - Write your change
- Write tests for your change (if applicable)
- Run the tests, ensuring they all pass
- Submit a Pull Request using Github
Authors: Duc T. Ha (duc@sumologic.com)