]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: checks: Add status-code sample expression on tcp-check expect rules
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 1 Apr 2020 18:52:31 +0000 (20:52 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 27 Apr 2020 07:39:37 +0000 (09:39 +0200)
commit98cc57cf5ce3b7557ffcf91a5afbcc5a6c865d95
treee49f01b237a93baebc2b74e4177fab679c46edb3
parentbe52b4de66016e639149e8a255eb8f195adf5e5a
MEDIUM: checks: Add status-code sample expression on tcp-check expect rules

This option defines a sample expression, evaluated as an integer, to set the
status code (check->code) if a tcp-check healthcheck ends on the corresponding
expect rule.
doc/configuration.txt
include/types/checks.h
src/checks.c