[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [hobbit] http-test timeout
- To: <hobbit (at) hswn.dk>
- Subject: RE: [hobbit] http-test timeout
- From: "Johann Eggers" <Johann.Eggers (at) teleatlas.com>
- Date: Thu, 18 Dec 2008 15:13:24 +0100
- References: <894293D496EC47308AC75381CB168BFB (at) noip.org>
- Thread-index: AclhFLMt7Sjc65otSpaiFLj+GFhFtQABbiwg
- Thread-topic: [hobbit] http-test timeout
> -----Original Message-----
> From: Lars Ebeling [mailto:lars.ebeling (at) leopg9.no-ip.org]
> Sent: Donnerstag, 18. Dezember 2008 14:27
> To: hobbit
> Subject: [hobbit] http-test timeout
>
> Dear All,
>
> is there a way to change the timeout for http-tests. I am testing my
> webminserver and often the responsetime is between 10 and 13 seconds.
The
> http-test is very often red. I would like to change timeout to 13
seconds.
>
You can use the --timeout=N option for the bbtest-net module.
E.g something similar like this in the hobbitlaunch.cfg:
[bbnet]
ENVFILE /opt/hobbit/server/etc/hobbitserver.cfg
NEEDS hobbitd
CMD bbtest-net --report --ping --checkresponse --timeout=20
--cmdtimeout=20
LOGFILE $BBSERVERLOGS/bb-network.log
INTERVAL 5m
Regards
Johann