summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorReyk Floeter <reyk@cvs.openbsd.org>2007-01-08 17:05:49 +0000
committerReyk Floeter <reyk@cvs.openbsd.org>2007-01-08 17:05:49 +0000
commitef09dc0c49bab419694a1d6703348fdee0e041ad (patch)
tree4bb93048f84d83d449965341fb9b80508290c3af /usr.sbin
parenta46321eba2630d0d3d3bc2ac16ece3dd6507f8a8 (diff)
timeouts must not exceed the global interval
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/hostated/hostated.conf.517
-rw-r--r--usr.sbin/hoststated/hoststated.conf.517
-rw-r--r--usr.sbin/relayd/relayd.conf.517
3 files changed, 27 insertions, 24 deletions
diff --git a/usr.sbin/hostated/hostated.conf.5 b/usr.sbin/hostated/hostated.conf.5
index 31c8cbc3f1d..5cd0e6536d5 100644
--- a/usr.sbin/hostated/hostated.conf.5
+++ b/usr.sbin/hostated/hostated.conf.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: hostated.conf.5,v 1.9 2007/01/08 13:37:26 reyk Exp $
+.\" $OpenBSD: hostated.conf.5,v 1.10 2007/01/08 17:05:48 reyk Exp $
.\"
.\" Copyright (c) 2006 Pierre-Yves Ritschard <pyr@spootnik.org>
.\"
@@ -72,17 +72,18 @@ Here are the settings that can be set globally:
.Pp
.Bl -tag -width Ds -compact
.It Xo
-.Ic timeout Ar number
-.Xc
-Set the global timeout in milliseconds for checks.
-This can be overriden by the timeout value in the table definitions
-and is 200 milliseconds by default.
-.Pp
-.It Xo
.Ic interval Ar number
.Xc
Set the interval in seconds at which the hosts will be checked.
The default interval is 10 seconds.
+.Pp
+.It Xo
+.Ic timeout Ar number
+.Xc
+Set the global timeout in milliseconds for checks.
+This can be overriden by the timeout value in the table definitions.
+The default interval is 200 milliseconds and it must not exceed the
+global interval.
.El
.Sh TABLES
Tables are used to group a set of hosts that can be checked using the same
diff --git a/usr.sbin/hoststated/hoststated.conf.5 b/usr.sbin/hoststated/hoststated.conf.5
index 74d3b3d102a..4a9ee2b1f0b 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.9 2007/01/08 13:37:26 reyk Exp $
+.\" $OpenBSD: hoststated.conf.5,v 1.10 2007/01/08 17:05:48 reyk Exp $
.\"
.\" Copyright (c) 2006 Pierre-Yves Ritschard <pyr@spootnik.org>
.\"
@@ -72,17 +72,18 @@ Here are the settings that can be set globally:
.Pp
.Bl -tag -width Ds -compact
.It Xo
-.Ic timeout Ar number
-.Xc
-Set the global timeout in milliseconds for checks.
-This can be overriden by the timeout value in the table definitions
-and is 200 milliseconds by default.
-.Pp
-.It Xo
.Ic interval Ar number
.Xc
Set the interval in seconds at which the hosts will be checked.
The default interval is 10 seconds.
+.Pp
+.It Xo
+.Ic timeout Ar number
+.Xc
+Set the global timeout in milliseconds for checks.
+This can be overriden by the timeout value in the table definitions.
+The default interval is 200 milliseconds and it must not exceed the
+global interval.
.El
.Sh TABLES
Tables are used to group a set of hosts that can be checked using the same
diff --git a/usr.sbin/relayd/relayd.conf.5 b/usr.sbin/relayd/relayd.conf.5
index 8445a43ef08..c3fdc3149e2 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.9 2007/01/08 13:37:26 reyk Exp $
+.\" $OpenBSD: relayd.conf.5,v 1.10 2007/01/08 17:05:48 reyk Exp $
.\"
.\" Copyright (c) 2006 Pierre-Yves Ritschard <pyr@spootnik.org>
.\"
@@ -72,17 +72,18 @@ Here are the settings that can be set globally:
.Pp
.Bl -tag -width Ds -compact
.It Xo
-.Ic timeout Ar number
-.Xc
-Set the global timeout in milliseconds for checks.
-This can be overriden by the timeout value in the table definitions
-and is 200 milliseconds by default.
-.Pp
-.It Xo
.Ic interval Ar number
.Xc
Set the interval in seconds at which the hosts will be checked.
The default interval is 10 seconds.
+.Pp
+.It Xo
+.Ic timeout Ar number
+.Xc
+Set the global timeout in milliseconds for checks.
+This can be overriden by the timeout value in the table definitions.
+The default interval is 200 milliseconds and it must not exceed the
+global interval.
.El
.Sh TABLES
Tables are used to group a set of hosts that can be checked using the same