braintree / big_brother

a daemon to monitor and administer servers in a LVS cluster of load balanced virtual servers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

a daemon to monitor and administer servers in a LVS cluster of load balanced virtual servers

License:MIT License


Languages

Language:Ruby 100.0%Language:Shell 0.0%