16 Feb
2007
16 Feb
'07
9:14 a.m.
On Thu, Feb 15, 2007 at 02:49:51PM -0600, Trent Melcher wrote:
Is there a way to change the interval for either the content or http tests to 1 minute instead of the default 5 as everything else?
Change the INTERVAL setting for the [bbnet] task in hobbitlaunch.cfg
Note that you should not do this if you have lots of systems that you poll, since it's possible that it just won't be able to run all of the network tests once a minute. In that case, you should pick out the important ones that you do want to run every minute, flag them with a "NET:1minutepoll" and setup an additional [bbnet2] task that runs a script like this:
#!/bin/sh
BBLOCATION="1minutepoll"
export BBLOCATION
bbtest-net --ping --checkresponse
exit 0
Regards, Henrik