HAProxy Enterprise Documentation 2.5r1

disable health

Stop sending active health check probes to a server.

Description

Use the command disable health with the name of the server for which you want to disable health checks.

Examples

Below, we call disable health to stop health checks for the server server1 in the backend be_servers:

$ echo "disable health be_servers/server1" | \
   sudo socat stdio unix-connect:/var/run/hapee-2.5/hapee-lb.sock

HAProxy Enterprise marks the server as "no check" on its statistics page.

See also


Next up

disable server