Description
A Chef Exception & Reporting Handler for 37signal's
Campfire.
Usage
- Create a 37signals Campfire account.
- Retrieve your Campfire Token. URL TK
- Create a Campfire Room. URL TK
- Download the chef_handler
Cookbook.
- Given you've retrieved your Campfire Token as TOKEN, your Room ID as
ROOM and Subdomain as SUBDOMAIN, add a Recipe similar to the example
below:
include_recipe 'chef_handler'
gem_package('chef-handler-campfire'){action :nothing}.run_action(:install)
chef_handler 'Chef::Handler::Campfire' do
action :enable
token 'TOKEN'
room 'ROOM'
subdomain 'SUBDOMAIN'
source File.join(Gem.all_load_paths.grep(/chef-handler-campfire/).first,
'chef', 'handler', 'campfire.rb')
end
See also: Enable Chef Handler with LWRP
Authors
- Umang Chouhan for the campfire gem.
- Brain Scott for the original campfire_handler gem.
- Greg Albrecht for chef-handler-campfire gem.
Copyright
Copyright 2012 Splunk, Inc.
License
Apache License 2.0