haproxy-ruby icon indicating copy to clipboard operation
haproxy-ruby copied to clipboard

Ruby gem for interfacing with HAProxy

Results 7 haproxy-ruby issues
Sort by recently updated
recently updated
newest added

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 simple CLI client

feature
doc

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...

feature

Add a HTTP Reader that reads stats from an URL every configurable amount of time.

feature
v1.0

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...

feature
v1.0

Add labels and description for CSV fields, using L10N.

feature
doc
v1.0

Using the HTTP reader print data from HAProxy official live demo.

doc