Skip to content

MattPumphrey/chef-handler-sumologic

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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])

About

A Chef Report and Error handler that integrates with SumoLogic

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%