amperity / gocd-riemann-notifier

GoCD Plugin that Sends Pipeline events to Riemann

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gocd-riemann-notifier

GoCD Plugin that Sends Pipeline events to Riemann

This plugin implements GoCD's Notification Plugin API version 4.0:

https://plugin-api.gocd.org/current/notifications/

Installation

Create configuration file:

echo "riemann_port=5555
riemann_host=loclahost
" > /var/go/gocd-riemann-notifier.conf

Install the plugin and restart GoCD

cd /var/lib/go-server/plugins/external/
sudo wget https://github.com/rsr5/gocd-riemann-notifier/releases/download/0.6/gocd-riemann-notifier-0.6.jar
sudo service go-server restart

About

GoCD Plugin that Sends Pipeline events to Riemann


Languages

Language:Java 97.0%Language:Clojure 1.5%Language:Makefile 1.4%Language:Shell 0.1%