Xymon Mailing List Archive search

HTTP timeouts

3 messages in this thread

list Kevin Hanrahan · Fri, 25 Feb 2005 09:42:54 -0500 ·
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?

Thanks


Kevin 

Note:  The information contained in this email and in any attachments is
intended only for the person or entity to which it is addressed and may
contain confidential and/or privileged material.  Any review,
retransmission, dissemination or other use of, or taking of any action in
reliance upon, this information by persons or entities other than the
intended recipient is prohibited.  The recipient should check this email and
any attachments for the presence of viruses.  Sender accepts no liability
for any damages caused by any virus transmitted by this email. If you have
received this email in error, please notify us immediately by replying to
the message and delete the email from your computer.  This e-mail is and any
response to it will be unencrypted and, therefore, potentially unsecure.
Thank you.  NOVA Information Systems, Inc.
list Asif Iqbal · Fri, 25 Feb 2005 09:59:27 -0500 ·
quoted from Kevin Hanrahan
On Fri, Feb 25, 2005 at 09:42:54AM, 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?
I have the same problem as well. I change the DURATION>7 for http tests
to fix it. I guess you could also use badhttp: tag. You can man on
bb-hosts to see the details on badTEST tag
quoted from Kevin Hanrahan
Thanks


Kevin 

Note:  The information contained in this email and in any attachments is
intended only for the person or entity to which it is addressed and may
contain confidential and/or privileged material.  Any review,
retransmission, dissemination or other use of, or taking of any action in
reliance upon, this information by persons or entities other than the
intended recipient is prohibited.  The recipient should check this email and
any attachments for the presence of viruses.  Sender accepts no liability
for any damages caused by any virus transmitted by this email. If you have
received this email in error, please notify us immediately by replying to
the message and delete the email from your computer.  This e-mail is and any
response to it will be unencrypted and, therefore, potentially unsecure.
Thank you.  NOVA Information Systems, Inc.
-- 

Asif Iqbal
PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu
"It is not the strongest of the species that survives, not the most intelligent, but
 the one most responsive to change."    - Charles Darwin
list Henrik Størner · Fri, 25 Feb 2005 16:26:33 +0100 ·
quoted from Asif Iqbal
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