No commit activity in last 3 years
No release in over 3 years
Chef handler for sending exceptions & updated resources to Campfire
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0

Runtime

>= 0.9.0
>= 0
 Project Readme

Campfire handler for Chef using Tinder¶ ↑

Report chef exceptions to Campfire.

Works fine with chef versions: 0.9.x and 0.10.x

Usage¶ ↑

gem install campfire_handler

In your chef client file (often placed at /etc/chef/client.rb) put:

require "campfire_handler"
exception_handlers << CampfireHandler.new(:subdomain => "your-campfire-subdomain",:token => "your-campfire-token-key")

Contributors¶ ↑

Hat tip to Umang Chouhan (uchouhan) for the campfire gem.

Copyright © 2011 Brian Scott, See LICENSE for details.