sensu/sensu-transport

View on GitHub
README.md

Summary

Maintainability
Test Coverage
# Sensu::Transport

[![Build Status](https://travis-ci.org/sensu/sensu-transport.svg?branch=master)](https://travis-ci.org/sensu/sensu-transport)
![Gem Version](https://img.shields.io/gem/v/sensu-transport.svg)
![MIT Licensed](https://img.shields.io/github/license/sensu/sensu.svg)

## 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](http://rubydoc.info/github/sensu/sensu-transport/Sensu/Transport/Base).
The RabbitMQ transport is also included, providing an example while
continuing to be the primary Sensu transport, supported by the
community and [Sensu Inc.](https://sensuapp.org).

## Contributing

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

0. By contributing to this project you agree to abide by the [code of conduct](https://sensuapp.org/conduct).
1. [Fork it](https://github.com/sensu/sensu-transport/fork)
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request