Hi,

this series adds an http-check agent-hdr option to allow agent checks to
obtain information in an HTTP header of the response to an http check.

This is the third and final stage of development of agent checks suggested
by Willy Tarreau on the haproxy mailing list.

This series is based on the "[PATCH 00/13] checks: Add supplementary agent
checks" series that I posted in late February.

Simon Horman (3):
  MEDIUM: Add helper for agent check events.
  MEDIUM: Parser to allow matching of HTTP header
  MEDIUM: Add http-check agent-hdr option

 doc/configuration.txt |   24 ++++-
 include/types/proxy.h |    2 +
 src/cfgparse.c        |   38 ++++++--
 src/checks.c          |  254 ++++++++++++++++++++++++++++++++++---------------
 4 files changed, 233 insertions(+), 85 deletions(-)

-- 
1.7.10.4

Reply via email to