commit | 0ae3d1dbdfedd83b62b8899d7eeb94a90ef26eaa | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Mon Apr 06 17:54:24 2020 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Mon Apr 27 09:39:38 2020 +0200 |
tree | 4ffe35d1b0a93773c3138c2598f184e7abea42dd | |
parent | ce8111ec6078453f6743b0807718f86cab5f7442 [diff] |
MEDIUM: checks: Implement agent check using tcp-check rules A shared tcp-check ruleset is now created to support agent checks. The following sequence is used : tcp-check send "%[var(check.agent_string)] log-format tcp-check expect custom The custom function to evaluate the expect rule does the same that it was done to handle agent response when a custom check was used.