I need to make haproxy populate any changes across the multiple instances. In our setup we have two proxies with exactly the same config but we do failover manually. What I need is when I set one of the backend nodes to maintenance mode in the web gui so it replicates itself to the other node as well. As these are a runtime changes I can't see that sharing the config file would help here. Is there any elegant way to do that?
Thanks