In the description of checkcount, make mention of negotiatetimeout and make the example involving connect timeout a little more precise.
Signed-off-by: Simon Horman <[EMAIL PROTECTED]> Index: heartbeat/ldirectord/ldirectord.in =================================================================== --- heartbeat.orig/ldirectord/ldirectord.in 2007-07-04 14:03:46.000000000 +0900 +++ heartbeat/ldirectord/ldirectord.in 2007-07-04 14:19:27.000000000 +0900 @@ -135,11 +145,11 @@ Default: 10 seconds B<checkcount = >I<n> -The number of times a check will be attmpted before it is considered -to have failed. Only works with ping checks. Note that the -checktimeout is additive, so if checkcount is 3 and checktimeout is 2 -seconds, then a total of 6 seconds worth of timeout will occur becore -the check fails. +The number of times a check will be attmpted before it is considered to +have failed. Only works with ping checks. Note that the +checktimeout/negotiatetimeout is additive, so if a connect check is used, +checkcount is 3 and checktimeout is 2 seconds, then a total of 6 seconds +worth of timeout will occur becore the check fails. If defined in a virtual server section then the global value is overridden. -- -- Horms H: http://www.vergenet.net/~horms/ W: http://www.valinux.co.jp/en/ _______________________________________________________ Linux-HA-Dev: [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev Home Page: http://linux-ha.org/
