]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MEDIUM] Decrease server health based on http responses / events, version 3
authorKrzysztof Piotr Oledzki <ole@ans.pl>
Tue, 15 Dec 2009 21:31:24 +0000 (22:31 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 15 Dec 2009 23:29:27 +0000 (00:29 +0100)
commit97f07b832f040e87b316c7aac9d8d13ad5876609
treed9bcd6f1f2f706d23a37e25386ec6461ba3229c7
parentf864533c050a0bb7015627a7c24fe91bb1f85517
[MEDIUM] Decrease server health based on http responses / events, version 3

Implement decreasing health based on observing communication between
HAProxy and servers.

Changes in this version 2:
 - documentation
 - close race between a started check and health analysis event
 - don't force fastinter if it is not set
 - better names for options
 - layer4 support

Changes in this version 3:
 - add stats
 - port to the current 1.4 tree
12 files changed:
doc/configuration.txt
include/common/defaults.h
include/proto/checks.h
include/types/checks.h
include/types/counters.h
include/types/server.h
src/cfgparse.c
src/checks.c
src/dumpstats.c
src/proto_http.c
src/proto_tcp.c
src/session.c