]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: add references to rise/fall for the fastinter explanation
authorPieter Baauw <piba.nl.dev@gmail.com>
Thu, 17 Sep 2015 19:30:46 +0000 (21:30 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 17 Sep 2015 20:11:04 +0000 (22:11 +0200)
doc/configuration.txt

index bf9afd4b4b980b034977e40d12b82d6e679c7050..887a26fbad1e24dc19ea03943891e16c37ee074f 100644 (file)
@@ -9994,16 +9994,17 @@ downinter <delay>
   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