HAProxy Enterprise Documentation 2.2r1

enable server

Take a server out of maintenance mode.

Description

If a server is in "MAINT" mode, this command marks the server as "UP" and allows HAProxy Enterprise to send health checks to it again.

Examples

  1. Use the command enable server with the name of the server that you want to enable.

    $ echo "enable server servers/server1" | \
       sudo socat stdio unix-connect:/var/run/hapee-2.2/hapee-lb.sock

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

See also


Next up

get acl