HAProxy Enterprise Documentation 1.6r2

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 /var/run/hapee-1.6/hapee-lb.sock stdio

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

See also


Next up

disable server