Acked-by: Roberto Nibali <ratz@xxxxxxxxxxxx>
Signed-off-by: Simon Horman <horms@xxxxxxxxxxxx>
---
Update: Fix whitespace around => as suggested by Roberto
Index: heartbeat/ldirectord/ldirectord.in
===================================================================
--- heartbeat.orig/ldirectord/ldirectord.in 2007-04-24 19:01:47.000000000
+0900
+++ heartbeat/ldirectord/ldirectord.in 2007-04-26 15:20:20.000000000 +0900
@@ -264,7 +264,7 @@ Default: I<yes>
The following commands must follow a B<virtual> entry and must be indented
with a minimum of 4 spaces or one tab.
-B<real =>
I<ip_address|hostname[-E<gt>ip_address|hostname][:portnumber|servicename>]
B<gate>|B<masq>|B<ipip> [I<weight>] [B<">I<request>B<", ">I<receive>B<">]
+B<real =
>I<ip_address|hostname[-E<gt>ip_address|hostname][:portnumber|servicename>]
B<gate>|B<masq>|B<ipip> [I<weight>] [B<">I<request>B<", ">I<receive>B<">]
Defines a real service by IP-address (or hostname) and port (or
servicename). If the port is omitted then a 0 will be used, this is
@@ -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.
|