how to adjust timeout value for HTTP/SSH tests ?
hi, there, Once or twice a day, I have a server whose HTTP/SSH will go red then recovered within a minute. For a few times, it recovered at next run instead of within the same run. The somewhat sluggish response from HTTP/SSH servers could be due to the load on the system at the time.
For this particular server, I just want to know the service is responding and not all so concerned about its performance at this point. The actual status message says the server times out at 10.79s.
- any way I can set this timeout value to 30s or 60s
- it seems there's a 2nd probe for each test within a test run. Can it be set to go red only failed two probes in a row? I assume the 2nd probe using longer timeout.
red Mon Aug 28 18:10:07 2006: Server timeout
&red http://server01/index.php <http://callisto/wiki/index.php> - Server timeout
Seconds: 10.79
On Tue, Aug 29, 2006 at 11:09:23AM -0400, Jerry Yu wrote:
For this particular server, I just want to know the service is responding and not all so concerned about its performance at this point. The actual status message says the server times out at 10.79s.
- any way I can set this timeout value to 30s or 60s
Add --timeout=30 to the bbtest-net command in hobbitserver.cfg . This is a setting for all network tests, you cannot set individual timeouts for each host.
- it seems there's a 2nd probe for each test within a test run. Can it be set to go red only failed two probes in a row? I assume the 2nd probe using longer timeout.
Add "badhttp:2:2:2" to the entry in bb-hosts.
Regards, Henrik
participants (2)
-
henrik@hswn.dk
-
jjj863@gmail.com