Xymon Mailing List Archive search

HTTP timeouts

list Henrik Størner
Fri, 25 Feb 2005 16:26:33 +0100
Message-Id: <user-d867c72e9293@xymon.invalid>

On Fri, Feb 25, 2005 at 09:42:54AM -0500, user-fd47fec4b039@xymon.invalid wrote:
For reasons unknown, my http tests sometimes take a while. As a result I am
getting intermittent alarms for "timeout" on the http tests...usually when
it exceeds 10 seconds. Is there a way to extend the timeout period for this
test?
From "man bbtest-net":

       --timeout=N
              Determines the timeout (in seconds) for each service
              that is tested. For TCP tests (those from BBNETSVCS), if
              the connection to the service does not succeed within N
              seconds, the service is reported as being down. For HTTP
              tests, this is the absolute limit for the entire request
              to the webserver (the time needed to connect to the
              server, plus the time it takes the server to respond to
              the request).  Default: 10 seconds


bbtest-net options are given in hobbitlaunch.cfg


Henrik