HAProxy Enterprise Documentation 2.4r1

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

  1. Enable health checks for the server named server1 in the backend named be_servers:

    $ echo "enable health be_servers/server1" | \
       unix-connect:sudo socat stdio /var/run/hapee-2.4/hapee-lb.sock

HAProxy Enterprise marks the server as "Up" on its statistics page.

See also


Next up

enable server