HAProxy Enterprise Documentation 1.5r2

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 /var/run/hapee-1.5/hapee-lb.sock stdio

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

See also


Next up

get acl