Add this line to your application's Gemfile:
gem 'sensu-transport'
And then execute:
$ bundle
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..
Please do not submit a pull request to add an additional transport to this library.
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)