Skip to content

Latest commit

 

History

History
58 lines (50 loc) · 1.29 KB

README.md

File metadata and controls

58 lines (50 loc) · 1.29 KB

chef-handler-sumologic Cookbook

A Chef Report and Error handler that integrates with SumoLogic.

Requirements

Cookbook

Attributes

chef-handler-sumologic::default

Key Type Description Default
["sumologic"]["endpoint"] URL SumoLogic HTTP Endpoint to receive reports and exceptions true

Usage

chef-handler-sumologic::default

  1. Create an HTTP source on your SumoLogic account (https://service.sumologic.com)
  2. Set the attribute default['sumologic']['endpoint'] with the URL of this HTTP source.
  3. Include chef-handler-sumologic first in your node's run_list:
{
  "name":"my_node",
  "run_list": [
    "recipe[chef-handler-sumologic]"
  ]
}

Contributing

  1. Fork the repository on Github
  2. Create a named feature branch (like add_component_x)
  3. Write your change
  4. Write tests for your change (if applicable)
  5. Run the tests, ensuring they all pass
  6. Submit a Pull Request using Github

License and Authors

Authors: Duc T. Ha ([email protected])