haproxy-ruby
haproxy-ruby copied to clipboard
Ruby gem for interfacing with HAProxy
All tests pass, though no new ones have been written to test the tcp socket handling, mostly because I'm not sure how to handle mocking the TCP socket.
Add a Proxy object with access to it's frontend, backend and servers. Do note that it is possible to have different proxies with the same name which is not a...
Add a HTTP Reader that reads stats from an URL every configurable amount of time.
So far the only commands that works are for HAProxy 1.3.x Missing or not fully implemented commands: - clear counters - clear counters all - disable server / - enable...
Add labels and description for CSV fields, using L10N.
Using the HTTP reader print data from HAProxy official live demo.