Reference

enable agent

Resume sending health check probes to an agent program running on a server.

You must have an external health check agent running with the agent-check parameter on the server directive in a backend section.

Description Jump to heading

Use the enable agent command to start sending health checks to an agent program running on a server if they had been disabled previously.

Examples Jump to heading

Use the command enable agent with the name of the server on which you want to resume health checks.

nix
echo "disable agent servers/server1" | \
sudo socat stdio tcp4-connect:127.0.0.1:9999
nix
echo "disable agent servers/server1" | \
sudo socat stdio tcp4-connect:127.0.0.1:9999

See also Jump to heading

Do you have any suggestions on how we can improve the content of this page?