Backend health tester for HA Services, or as an agent-check for HAProxy
Add this line to your application's Gemfile:
gem 'litmus_paper'
And then execute:
$ bundle
Or install it yourself as:
$ gem install litmus_paper
Use the sample config to run it under unicorn. Or when running it as an agent-check for HAProxy use the sample xinetd config.
- 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