Skip to content

GoCD Plugin that Sends Pipeline events to Riemann

Notifications You must be signed in to change notification settings

amperity/gocd-riemann-notifier

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 97.0%
  • Clojure 1.5%
  • Makefile 1.4%
  • Shell 0.1%