https://github.com/mrtazz/chef-groveio-handler
Chef report handler to push a notice into a grove.io channel
https://github.com/mrtazz/chef-groveio-handler
Last synced: over 1 year ago
JSON representation
Chef report handler to push a notice into a grove.io channel
- Host: GitHub
- URL: https://github.com/mrtazz/chef-groveio-handler
- Owner: mrtazz
- License: mit
- Created: 2012-01-15T06:54:22.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-04-07T23:49:31.000Z (about 14 years ago)
- Last Synced: 2025-01-25T23:17:05.643Z (over 1 year ago)
- Language: Ruby
- Size: 124 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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)