I’m searching for a solution to check my backend servers for more than one port at the same time. This is my current example config:
backend my_backend
....
server webserver120 192.168.178.100:8080 check port 99
Now i want to add a check for port 100 and 101 for example - or combine this with a httpcheck and tcp check, so as soon as one health check fails, the server should be marked as DOWN.