0.02
No release in over 3 years
Low commit activity in last 3 years
There's a lot of open issues
IPVS backend supervisor
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 0.6.1
>= 0
~> 2.9.0

Runtime

 Project Readme

BigBrother

Build Status

Big_brother is an application to manage the weights of servers on an IPVS load balancer. It is designed to talk to litmus_paper (https://github.com/braintree/litmus_paper).

Build a deb, gem2deb >=0.7.0

  1. Update debian/changelog
  2. Run dpkg-buildpackage -uc -us
  3. There is no step three.

Installation

Add this line to your application's Gemfile:

gem 'big_brother'

And then execute:

$ bundle

Or install it yourself as:

$ gem install big_brother

Usage

TODO: Write usage instructions here

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request