An open API service indexing awesome lists of open source software.

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

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)