[hobbit] bb hostname.testname "until OK"?

Charles Jones jonescr at cisco.com
Mon Aug 14 21:42:59 CEST 2006


Kolbjørn Barmen wrote:
> So how do I disable "until OK" from the bb command?
>
> PS: congrats with the release.. cheers, cheers! :)
>   
 From looking at the source code:
==============================================
                else if (strcmp(pwalk->name, "untilok") == 0) {
                        if (strcasecmp(pwalk->value, "on") == 0) {
                                duration = -1;
                                scale = 1;
                        }
=============================================

I would wager that setting the duration to -1 will do it.

-Charles



More information about the Xymon mailing list