mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-04-27 13:28:32 +00:00
DOC: add references to rise/fall for the fastinter explanation
This commit is contained in:
parent
ccf0063896
commit
44fc9dfa6d
@ -9995,15 +9995,16 @@ downinter <delay>
|
|||||||
between checks depending on the server state :
|
between checks depending on the server state :
|
||||||
|
|
||||||
Server state | Interval used
|
Server state | Interval used
|
||||||
---------------------------------+-----------------------------------------
|
----------------------------------------+----------------------------------
|
||||||
UP 100% (non-transitional) | "inter"
|
UP 100% (non-transitional) | "inter"
|
||||||
---------------------------------+-----------------------------------------
|
----------------------------------------+----------------------------------
|
||||||
Transitionally UP (going down), |
|
Transitionally UP (going down "fall"), | "fastinter" if set,
|
||||||
Transitionally DOWN (going up), | "fastinter" if set, "inter" otherwise.
|
Transitionally DOWN (going up "rise"), | "inter" otherwise.
|
||||||
or yet unchecked. |
|
or yet unchecked. |
|
||||||
---------------------------------+-----------------------------------------
|
----------------------------------------+----------------------------------
|
||||||
DOWN 100% (non-transitional) | "downinter" if set, "inter" otherwise.
|
DOWN 100% (non-transitional) | "downinter" if set,
|
||||||
---------------------------------+-----------------------------------------
|
| "inter" otherwise.
|
||||||
|
----------------------------------------+----------------------------------
|
||||||
|
|
||||||
Just as with every other time-based parameter, they can be entered in any
|
Just as with every other time-based parameter, they can be entered in any
|
||||||
other explicit unit among { us, ms, s, m, h, d }. The "inter" parameter also
|
other explicit unit among { us, ms, s, m, h, d }. The "inter" parameter also
|
||||||
|
Loading…
Reference in New Issue
Block a user