Skip to content

ktheory/chef_status_handler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 

Repository files navigation

chef_status_handler: a Chef Handler for the chef_status web server

  • Reports successful and failed chef client runs to a central server

Getting Started

gem install chef_status_handler

In your client.rb:

require 'chef_status_handler'

my_handler = Medidata::ChefStatusHandler.new
my_handler.url = 'http://example.com/chef_reports.json' # No authentication
my_handler.url = 'http://user:password@example.com/chef_reports.json' # Basic auth

# Configure Chef to use your handler to notify you of failed chef runs
exception_handlers << my_handler
# Notify on successful runs
report_handlers << my_handler

About

Chef Status Handler

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages