mirror of
https://github.com/haproxy/haproxy.git
synced 2026-03-25 11:54:29 -04:00
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 |
||
|---|---|---|
| .. | ||
| design-thoughts | ||
| internals | ||
| lua-api | ||
| acl.fig | ||
| architecture.txt | ||
| close-options.txt | ||
| coding-style.txt | ||
| configuration.txt | ||
| cookie-options.txt | ||
| gpl.txt | ||
| haproxy.1 | ||
| intro.txt | ||
| lgpl.txt | ||
| linux-syn-cookies.txt | ||
| lua.txt | ||
| management.txt | ||
| network-namespaces.txt | ||
| proxy-protocol.txt | ||
| queuing.fig | ||