HAProxy Enterprise Documentation 1.9r1

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

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

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

$ echo "disable agent servers/server1" | sudo socat  /var/run/hapee-1.9/hapee-lb.sock stdio

See also


Next up

enable dynamic-cookie backend