From ef09dc0c49bab419694a1d6703348fdee0e041ad Mon Sep 17 00:00:00 2001 From: Reyk Floeter Date: Mon, 8 Jan 2007 17:05:49 +0000 Subject: timeouts must not exceed the global interval --- usr.sbin/relayd/relayd.conf.5 | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'usr.sbin/relayd/relayd.conf.5') 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 .\" @@ -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 -- cgit v1.2.3