]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: check: add agent-send server parameter
authorJames Brown <jbrown@easypost.com>
Thu, 22 Oct 2015 01:19:05 +0000 (18:19 -0700)
committerWilly Tarreau <w@1wt.eu>
Wed, 4 Nov 2015 06:26:51 +0000 (07:26 +0100)
commit55f9ff11b507eccfebb8f212962e675551d61c7b
tree03ab9d9ae6f4e01780dbd1154edb033a7cb40229
parentc4eebc8157d3518cfb5f2891a582fa3a2922ff23
MINOR: check: add agent-send server parameter

Causes HAProxy to emit a static string to the agent on every check,
so that you can independently control multiple services running
behind a single agent port.
doc/configuration.txt
include/types/checks.h
src/checks.c
src/haproxy.c
src/server.c