Hi Willy,

Attached a patch for the doc/configuration.txt to add references for rise/fall to the fastinter explanation as these are related but no links where present.

Hope its ok to merge like this? I kept the within 80 characters with, but had to shift around the text a little..

Thanks,
PiBa-NL
From 71ad5dec78a169ab21292682c34c6d3a864265c7 Mon Sep 17 00:00:00 2001
From: Pieter Baauw <[email protected]>
Date: Thu, 17 Sep 2015 21:30:46 +0200
Subject: [PATCH] DOC: add references to rise/fall for the fastinter
 explanation

---
 doc/configuration.txt | 21 +++++++++++----------
 1 file changed, 11 insertions(+), 10 deletions(-)

diff --git a/doc/configuration.txt b/doc/configuration.txt
index bf9afd4..46d8db9 100644
--- a/doc/configuration.txt
+++ b/doc/configuration.txt
@@ -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 "rise"), | "fastinter" if set,
+     Transitionally DOWN (going up "fall"), | "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
-- 
1.9.5.msysgit.1

Reply via email to