Hello: I'm using HAProxy 1.4 (tcp mode ) to balance connections between 2 backend servers I would like to know if it's possible to get the next behaviour:
I would like to disable server's 'check' option, so HAProxy doesn't send checks to backend server About doc, in this case, the servers always are consider as UP I wonder if it's possible that when a client tries to connect and the backend server is DOWN, HAProxy marks this server as DOWN and it balances to the other server And HAProxy starts a downinter check to know when DOWN server is again UP So, - don't check - use a failed connection try to mark a server as DOWN - start to check if the server continues DOWN ( with checks + 'downinter' ) Thanks and regards

