RE: [hobbit] Customize conn/ping time intervalThank you very much! ----- Original Message ----- From: Johann Eggers To: hobbit at hswn.dk Sent: Thursday, July 12, 2007 4:29 AM Subject: RE: [hobbit] Customize conn/ping time interval
Just for the case that I got you wrong...
You can set the frequency of the bbnet-test by changing INTERVAL=5m to a lower value...
-----Original Message----- From: Johann Eggers [mailto:Johann.Eggers at teleatlas.com] Sent: Wed 7/11/2007 1:38 PM To: hobbit at hswn.dk Subject: RE: [hobbit] Customize conn/ping time interval
Hi,
You can change the --timeout in your hobbitlaunch.cfg for the bbnet section. From the man-page:
--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
Example:
[bbnet]
ENVFILE /opt/hobbit/server/etc/hobbitserver.cfg
NEEDS hobbitd
CMD bbtest-net --report --ping --checkresponse --timeout=20
LOGFILE $BBSERVERLOGS/bb-network.log
INTERVAL 5m
Johann
From: Ryan Jay B. Lapuz [mailto:rlapuz at fcpp.fujitsu.com] Sent: Mittwoch, 11. Juli 2007 12:46 To: hobbit at hswn.dk Subject: [hobbit] Customize conn/ping time interval
Good day!
I already set some services to monitor on my hobbit server. But I noticed that the default conn service check is too long. Is there a way to customize the time interval of conn service check?
Thanks in advance
Ryan