HAProxy Enterprise Documentation 2.0r1

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 stdio unix-connect:/var/run/hapee-2.0/hapee-lb.sock

See also


Next up

enable dynamic-cookie backend