Hi List, We had a requirement to be able to put servers in and out of maint mode remotely from a script. To facilitate this we exposed the stats socket using socat, and wrote an init script to do that for us: https://github.com/Wirehive/haproxy-remote
We then thought it would be nice, as we manage a lot of HAProxy instances, to be able to use HATop (http://feurix.org/projects/hatop/) remotely, so we've modified HATop to accept a host and port for TCP socket connections: https://github.com/Wirehive/hatop I'm not sure how useful this will be for everyone else, but I thought I'd share it just in case :) Simon

