I have an active-passive HAProxy setup using keepalived, similar to
this:
http://www.howtoforge.com/setting-up-a-high-availability-load-balancer-with-haproxy-keepalived-on-debian-lenny
My question is, is there any way to have the healtchecks performed on
only the active HAProxy? Currently both the active and passive HAProxys
ping my servers every 3 seconds at (almost) the same time. I have
enabled the spread-check option with a value of 5 but it seems to make
little difference.
Is there anything I can do to remedy this problem? Thanks!