HAProxy Enterprise Documentation 1.6r2
enable health
Enable active health checks for a server.
Description
This command resumes an active health check that was temporarily stopped and enables HAProxy Enterprise to send health checks again. Run enable health
with the name of the server for which you want to resume health checks.
Examples
-
Enable health checks for the server named server1 in the backend named be_servers:
$ echo "enable health be_servers/server1" | sudo socat /var/run/hapee-1.6/hapee-lb.sock stdio
HAProxy Enterprise marks the server as "Up" on its statistics page.
See also
Next up
enable server