0.05
No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
The Sensu transport abstraction library
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

= 1.6.0
>= 1.0.0
 Project Readme

Sensu::Transport

Build Status Gem Version MIT Licensed

Installation

Add this line to your application's Gemfile:

gem 'sensu-transport'

And then execute:

$ bundle

Usage

This library provides the transport Base class, its documentation can be found here. The RabbitMQ transport is also included, providing an example while continuing to be the primary Sensu transport, supported by the community and Sensu Inc..

Contributing

Please do not submit a pull request to add an additional transport to this library.

  1. By contributing to this project you agree to abide by the code of conduct.
  2. Fork it
  3. Create your feature branch (git checkout -b my-new-feature)
  4. Commit your changes (git commit -am 'Add some feature')
  5. Push to the branch (git push origin my-new-feature)
  6. Create a new Pull Request