Quantcast
Channel: HAProxy community - Latest topics
Viewing all articles
Browse latest Browse all 4718

Backend Server health check for more than one port at the same time

$
0
0

Hi!

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.

Is this possible ?

My HAProxy Version is 1.8.x

4 posts - 2 participants

Read full topic


Viewing all articles
Browse latest Browse all 4718

Trending Articles