Module: HipChat
- Defined in:
- lib/hipchat-chef/chef.rb,
lib/hipchat-chef.rb,
lib/hipchat-chef/railtie.rb,
lib/hipchat-chef/version.rb
Overview
Provides a Chef exception handler so you can send information about chef-client failures to a HipChat room.
Docs: wiki.opscode.com/display/chef/Exception+and+Report+Handlers
Install - add the following to your client.rb:
require 'hipchat/chef'
hipchat_handler = HipChat::NotifyRoom.new("<api token>", "<room name>")
exception_handlers << hipchat_handler
Defined Under Namespace
Classes: Client, NotifyRoom, Railtie, Room, Unauthorized, UnknownResponseCode, UnknownRoom, UsernameTooLong
Constant Summary collapse
- VERSION =
"0.0.5"