Skip to content

Chef report handler to push a notice into a grove.io channel

License

Notifications You must be signed in to change notification settings

5apps/chef-groveio-handler

 
 

Repository files navigation

Chef report handler for 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

About

Chef report handler to push a notice into a grove.io channel

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%