0.01
Repository is archived
No commit activity in last 3 years
No release in over 3 years
notify graphite on deploy or rollback
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
~> 2.3.0
~> 2.14
~> 1.20.4
>= 0

Runtime

 Project Readme

Graphite Notify

Send capistrano deployment events to graphite

Warning: this gem works with capistrano 2.x, for capistrano 3.x see this project

Build Status

More information about events https://code.launchpad.net/~lucio.torre/graphite/add-events/+merge/69142

Installation

Add this to your deploy.rb file:

set :graphite_url, "your/graphite/event/url"
require "graphite-notify/capistrano"

Requirements

graphite: http://readthedocs.org/docs/graphite

Tricks

As it is a capistrano task you can call it directly:

cap graphite:notify_deploy

License

graphite-notify is released under the MIT License.