No commit activity in last 3 years
No release in over 3 years
An exception handler for OpsCode Chef runs (Pastebin & Jabber)
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 0
>= 0
 Project Readme

Install

gem install chef-jabber-snitch

Usage

Configure Chef to Use The Handler

Append the following to your Chef client configs, usually at /etc/chef/client.rb

# Notify admins via IRC when a Chef run fails
require 'chef-jabber-snitch'

:

jabber_user = "alice@gmail.com"
jabber_password = "password"
jabber_server = "talk.google.com"
jabber_to = "bob@gmail.com"
github_user = "foobar"
github_token = "asKkwqofovX3shBmtMf8EWhDzSr7ouUb"

jabber_handler = JabberSnitch.new(jabber_user, jabber_password, jabber_to, github_user, github_token, jabber_server)
exception_handlers << jabber_handler

License

Chef-Jabber-Snitch is released under the MIT license.