Module: Flowchef

Defined in:
lib/flowchef.rb,
lib/flowchef/version.rb

Overview

Provides a Chef exception handler so you can send information about chef-client failures to a Flowdock team inbox.

Docs: wiki.opscode.com/display/chef/Exception+and+Report+Handlers

Install - add the following to your client.rb:

require 'flowchef'
flowchef_handler = Flowchef::NotifyInbox.new(:api_token = "token",
                                             :tags = [])
exception_handlers << flowchef_handler

Defined Under Namespace

Classes: NotifyInbox

Constant Summary collapse

VERSION =
"0.0.2"