A gem to deal push custom checks directly to RabbitMQ.
There are two types Sensu checks. The popular one is publish and subscribe model
and the other one is external checks. External check results sends event data via
Sensu client socket. But what if my application is in a Docker container and I only
want one to run one process instead? Thanks to Ben who found the solution which
writes to RabbitMQ and we decided to make it a Ruby gem
Add this line to your application’s Gemfile:
gem 'top-bunny-sensu'
And then execute:
$ bundle
Or install it yourself as:
$ gem install top-bunny-sensu
TODO: Write usage instructions here
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)