Cc: Roberto Nibali <[EMAIL PROTECTED]> Signed-off-by: Simon Horman <[EMAIL PROTECTED]>
Index: heartbeat/ldirectord/ldirectord.in =================================================================== --- heartbeat.orig/ldirectord/ldirectord.in 2007-04-24 15:21:32.000000000 +0900 +++ heartbeat/ldirectord/ldirectord.in 2007-04-24 15:30:40.000000000 +0900 @@ -286,7 +286,7 @@ checktimeout, negotiatetimeout, checkcou emailalertfreq and quiescent options listed above may also appear inside a virtual section, in which case the global setting is overridden. -B<checktype = >B<negotiate>|B<connect>|I<N>|B<ping>|B<off>|B<on> +B<checktype => B<connect>|B<negotiate>|B<off>|B<on>|B<ping>|I<N> Type of check to perform. Negotiate sends a request and matches a receive string. Connect only attemts to make a TCP/IP connection, thus the @@ -300,7 +300,7 @@ checking will take place and no real or On means no checking will take place and real servers will always be activated. Default is I<negotiate>. -B<service = ftp>|B<smtp>|B<http>|B<pop>|B<pops>|B<nntp>|B<imap>|B<imaps>|B<ldap>|B<https>|B<dns>|B<radius>|B<mysql>|B<pgsql>|B<sip>|B<none> +B<service => B<dns>|B<ftp>|B<http>|B<https>|B<imap>|B<imaps>|B<ldap>|B<mysql>|B<nntp>|B<none>|B<pgsql>|B<pop>|B<pops>|B<radius>|B<sip>|B<smtp> The type of service to monitor when using checktype=negotiate. None denotes a service that will not be monitored. -- -- Horms H: http://www.vergenet.net/~horms/ W: http://www.valinux.co.jp/en/ _______________________________________________ LinuxVirtualServer.org mailing list - [email protected] Send requests to [EMAIL PROTECTED] or go to http://www.in-addr.de/mailman/listinfo/lvs-users
