Module: HipChat2

Defined in:
lib/hipchat2/chef.rb,
lib/hipchat2.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, Room, Unauthorized, UnknownResponseCode, UnknownRoom