unixsurfer / haproxytool

A tool to interact with HAProxy via stats socket
Apache License 2.0
85 stars 8 forks source link

Support for setting server address/port #6

Closed shauntarves closed 5 years ago

shauntarves commented 5 years ago

It looks like haproxyadmin has added support(https://github.com/unixsurfer/haproxyadmin/pull/13) for setting a server address/port, but this tool does not yet offer the option from the CLI.

As haproxy itself now advocates the use of server-template for dynamic back-ends (https://www.haproxy.com/blog/dynamic-scaling-for-microservices-with-runtime-api/), it's crucial to be able to programmatically set a server's address.

unixsurfer commented 5 years ago

I am actually working on this right now. I need to finish a few things in haproxyadmin and then I will add support for address/port adjustments in haproxytool