Module: HipChat
- Defined in:
- lib/hipchat/chef.rb,
lib/hipchat.rb,
lib/hipchat/railtie.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