I am curious on what failover looks like with this configruation.
backend aus-back
balance roundrobin
option redispatch
server ct1 11.11.111.111 check port 6020-6023
server ct2 22.22.222.222 check port 6020-6023
Will this set up upon detecting a downed port, only failover that port to the other server in the cluster? Or will it failover the entire server to the alternative on the detection of a downed port?
As a follow up question…Is there any information on the resource consumption of a wide range of tcp health checks? say something like “check port 100-30000”. Would this be a huge resource hog on HAproxy or is this feasable pending the hardware capability. I plan to do testing on it soon but I dont have the equipment on hand yet.