]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: stats: add check and agent's health values in the output
authorWilly Tarreau <w@1wt.eu>
Fri, 8 Jan 2016 13:25:28 +0000 (14:25 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 11 Mar 2016 16:08:05 +0000 (17:08 +0100)
commit3141f5975e7221d3b0c076c21bd951971cf3053c
tree7de0c2f941f921dcb4fd9a9b267f532139436ccc
parentdd7354b772ac80478b53f5d77b7acb76df0fec16
MINOR: stats: add check and agent's health values in the output

This adds the following fields :
- check_rise [...S]: server's "rise" parameter used by checks
- check_fall [...S]: server's "fall" parameter used by checks
- check_health [...S]: server's health check value between 0 and rise+fall-1
- agent_rise [...S]: agent's "rise" parameter, normally 1
- agent_fall [...S]: agent's "fall" parameter, normally 1
- agent_health [...S]: agent's health parameter, between 0 and rise+fall-1
doc/management.txt
src/dumpstats.c