Sha256: 5b0848b19003a02aaf4bf846615dbb35f1a20b2e0213f5acbc557ef736fb88e9
Contents?: true
Size: 622 Bytes
Versions: 2
Compression:
Stored size: 622 Bytes
Contents
# Chef report handler for [grove.io](http://grove.io) ## Overview A simple handler which logs chef run reports into a grove.io channel via the webhook. ## Installation gem install chef-groveio-handler ## Setup In your client.rb add something like # Notify admins via IRC when a Chef run fails require 'chef-groveio-handler' # retrieve hash from https://grove.io/organizations/:org/:channel/services channel_hash = "thehashhere" groveio_handler = ChefGroveIOHandler.new(channel_hash) exception_handlers << groveio_handler ## Meta - [Bugs](https://github.com/mrtazz/chef-groveio-handler)
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
chef-groveio-handler-0.0.2 | README.md |
chef-groveio-handler-0.0.1 | README.md |