diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-02-27 08:02:34 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-02-27 08:02:34 +0000 |
commit | 0931782e7abc9ab56f00564aee8ff783a4030a76 (patch) | |
tree | e47e7d187fc3aa1ea4d2a5693db5688e472c9bac /usr.sbin | |
parent | a50c6629c4b87021063cca8ee33d033693044f19 (diff) |
tweaks;
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/hoststated/hoststated.conf.5 | 9 | ||||
-rw-r--r-- | usr.sbin/relayd/relayd.conf.5 | 9 |
2 files changed, 10 insertions, 8 deletions
diff --git a/usr.sbin/hoststated/hoststated.conf.5 b/usr.sbin/hoststated/hoststated.conf.5 index e9ae1538b3c..31fdd6acfff 100644 --- a/usr.sbin/hoststated/hoststated.conf.5 +++ b/usr.sbin/hoststated/hoststated.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hoststated.conf.5,v 1.32 2007/02/26 20:48:48 pyr Exp $ +.\" $OpenBSD: hoststated.conf.5,v 1.33 2007/02/27 08:02:33 jmc Exp $ .\" .\" Copyright (c) 2006 Pierre-Yves Ritschard <pyr@spootnik.org> .\" @@ -172,7 +172,6 @@ that can be used as is in a digest statement: .Bd -literal -offset indent a9993e36476816aba3e25717850c26c9cd0d89d .Ed -If .It Ic check https Ar path Ic digest Ar string This has the same effect as above but wraps the HTTP request in SSL. .It Ic check icmp @@ -201,8 +200,9 @@ then nothing is sent on the connection and data is immediately read. This can be useful with protocols that output a banner like SMTP, NNTP and FTP. -If this directive is postpended with +If the .Ic ssl +keyword is present, the transaction will occur in an SSL tunnel. .It Ic check ssl Perform a complete SSL handshake with each host to check their availability. @@ -211,7 +211,8 @@ Use a simple TCP connect to check that hosts are up. .It Ic demote Ar group Enable the per-table .Xr carp 4 -demotion option, this will increment the carp demotion counter for the +demotion option. +This will increment the carp demotion counter for the specified interface group if all hosts in the table are down. For more information on interface groups, see the diff --git a/usr.sbin/relayd/relayd.conf.5 b/usr.sbin/relayd/relayd.conf.5 index d915b2a023d..8e9d1e5b40c 100644 --- a/usr.sbin/relayd/relayd.conf.5 +++ b/usr.sbin/relayd/relayd.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: relayd.conf.5,v 1.32 2007/02/26 20:48:48 pyr Exp $ +.\" $OpenBSD: relayd.conf.5,v 1.33 2007/02/27 08:02:33 jmc Exp $ .\" .\" Copyright (c) 2006 Pierre-Yves Ritschard <pyr@spootnik.org> .\" @@ -172,7 +172,6 @@ that can be used as is in a digest statement: .Bd -literal -offset indent a9993e36476816aba3e25717850c26c9cd0d89d .Ed -If .It Ic check https Ar path Ic digest Ar string This has the same effect as above but wraps the HTTP request in SSL. .It Ic check icmp @@ -201,8 +200,9 @@ then nothing is sent on the connection and data is immediately read. This can be useful with protocols that output a banner like SMTP, NNTP and FTP. -If this directive is postpended with +If the .Ic ssl +keyword is present, the transaction will occur in an SSL tunnel. .It Ic check ssl Perform a complete SSL handshake with each host to check their availability. @@ -211,7 +211,8 @@ Use a simple TCP connect to check that hosts are up. .It Ic demote Ar group Enable the per-table .Xr carp 4 -demotion option, this will increment the carp demotion counter for the +demotion option. +This will increment the carp demotion counter for the specified interface group if all hosts in the table are down. For more information on interface groups, see the |