Most of the development that was happening here has moved to Telecine.
Zensu is a work-in-progress on a sensu-like monitoring system using zeromq as a transport instead of rabbitmq.
Add this line to your application's Gemfile:
gem 'zensu'
And then execute:
$ bundle
Or install it yourself as:
$ gem install zensu
Can't use it yet!
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request