[MINOR] acl: add srv_is_up() to check that a specific server is up or not
authorWilly Tarreau <w@1wt.eu>
Sun, 16 May 2010 20:18:27 +0000 (22:18 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 16 May 2010 20:18:27 +0000 (22:18 +0200)
commit0b1cd94c8b3a5c8c088223f1b1c4d0a327b5147c
treebb470d784d8463033c4b55bac89f20fa9edb6a68
parent020534d6f79eaeef11eaeb8ac771fbaa42b43dbd
[MINOR] acl: add srv_is_up() to check that a specific server is up or not

This ACL was missing in complex setups where the status of a remote site
has to be considered in switching decisions. Until there, using a server's
status in an ACL required to have a dedicated backend, which is a bit heavy
when multiple servers have to be monitored.
doc/configuration.txt
include/types/acl.h
src/acl.c
src/backend.c