0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
Chef handler for sending exceptions to Hoptoad
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

>= 0

Runtime

>= 0.9.0
>= 1.3.0
 Project Readme

WARNING¶ ↑

This gem was renamed to airbrake_handler, due to changing service name: robots.thoughtbot.com/post/7665411707/hoptoad-is-now-airbrake

New gem can be found at: rubygems.org/gems/airbrake_handler Repository: github.com/morgoth/airbrake_handler

Hoptoad handler for Chef¶ ↑

Report chef exceptions to hoptoad.

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

Usage¶ ↑

gem install hoptoad_handler

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

require "hoptoad_handler"
exception_handlers << HoptoadHandler.new(:api_key => "your-hoptoad-api-key")

You can pass more options to HoptoadHander initializer, i.e:

HoptoadHandler.new(:api_key => "your-hoptoad-api-key", :framework_env => "production")

Copyright © 2011 Adam Jacob, Wojciech Wnętrzak See LICENSE for details.