On Wed, Dec 2, 2015 at 8:02 AM, ジョハンガル <[email protected]> wrote: > Hello, > > After tests we got best performance with nbproc = 24 (on our setup). > However it induces non negligible heartbeat traffic (nbproc=24, on a bunch of > haproxy loadbalancers, healthchecking hundreds of containers), > > Is there a way for each machine to delegate their healthchecking to a single > process? > If nothing currently exists by default is it theoretically possible to make > it work through a LUA plugin? > > Thanks for your consideration! > > Best regards, > Johan Gall
Hi Johan, You can use your own health check system and update server status through HAProxy stats socket bound in each process. Baptiste

