]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: backend: srv_is_up converter
authorChris Staite <christopher.staite@menlosecurity.com>
Wed, 24 Sep 2025 21:21:43 +0000 (22:21 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 26 Sep 2025 08:46:48 +0000 (10:46 +0200)
commit54f53bc8756af503e6ca521a95d85dbeded1aedf
treec74b82e6a8c48cf1a56600e62952f1af6460e02b
parentfaba98c85f7c90c1e1d393263ab734fb8c3525b5
MINOR: backend: srv_is_up converter

There is currently an srv_queue converter which is capable of taking the
output of a dynamic name and determining the queue length for a given
server.  In addition there is a sample fetcher for whether a server is
currently up.  This simply combines the two such that srv_is_up can be
used as a converter too.

Future work might extend this to other sample fetchers for servers, but
this is probably the most useful for acl routing.
doc/configuration.txt
src/backend.c