From: Pieter Baauw Date: Thu, 17 Sep 2015 19:30:46 +0000 (+0200) Subject: DOC: add references to rise/fall for the fastinter explanation X-Git-Tag: v1.6-dev6~131 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44fc9dfa6dd83c1b9265dd203ea815019dd6c17f;p=thirdparty%2Fhaproxy.git DOC: add references to rise/fall for the fastinter explanation --- diff --git a/doc/configuration.txt b/doc/configuration.txt index bf9afd4b4b..887a26fbad 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -9994,16 +9994,17 @@ downinter It is also possible to use "fastinter" and "downinter" to optimize delays between checks depending on the server state : - Server state | Interval used - ---------------------------------+----------------------------------------- - UP 100% (non-transitional) | "inter" - ---------------------------------+----------------------------------------- - Transitionally UP (going down), | - Transitionally DOWN (going up), | "fastinter" if set, "inter" otherwise. - or yet unchecked. | - ---------------------------------+----------------------------------------- - DOWN 100% (non-transitional) | "downinter" if set, "inter" otherwise. - ---------------------------------+----------------------------------------- + Server state | Interval used + ----------------------------------------+---------------------------------- + UP 100% (non-transitional) | "inter" + ----------------------------------------+---------------------------------- + Transitionally UP (going down "fall"), | "fastinter" if set, + Transitionally DOWN (going up "rise"), | "inter" otherwise. + or yet unchecked. | + ----------------------------------------+---------------------------------- + DOWN 100% (non-transitional) | "downinter" if set, + | "inter" otherwise. + ----------------------------------------+---------------------------------- 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