Reference
disable health
On this page
Stop sending active health check probes to a server.
Description Jump to heading
Use the command disable health
with the name of the server for which you want to disable health checks.
Examples Jump to heading
Below, we call disable health
to stop health checks for the server server1
in the backend be_servers
:
nix
echo "disable health be_servers/server1" | \sudo socat stdio tcp4-connect:127.0.0.1:9999
nix
echo "disable health be_servers/server1" | \sudo socat stdio tcp4-connect:127.0.0.1:9999
The load balancer marks the server as “no check” on its statistics page.
See also Jump to heading
Do you have any suggestions on how we can improve the content of this page?