Xymon Mailing List Archive search

bb hostname.testname "until OK"?

list Charles Jones
Mon, 14 Aug 2006 12:42:59 -0700
Message-Id: <user-35bcd89cd6d8@xymon.invalid>

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