[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] Purples, all non-green view
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] Purples, all non-green view
- From: "mario andre" <rower.master (at) gmail.com>
- Date: Tue, 23 Jan 2007 16:18:03 -0300
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=Ilc17gwkIO3EaAQUIpWlWk4X+fUZtqfDZMtUyQ+LP4YOvWGuuR/c8WCmcF0awDdu/T5BP8JDOuKlqhqTr1j3AAzuIFcN5ttyNQdEKFH/bXXJ91XJN1Mtoi0QVQT9RggJnNVQ0iWoApESU5TUKVuxqARWEE+apsiPFWMF5fiCGqA=
- References: <5B3853EEF769544ABD6EEC79788A063907A96A68@EXVS2.nibco.com> <e73320da0701230904y100482eav20a72395d453beec@mail.gmail.com> <e73320da0701230943k7176f2aqab2ca93c75f2978d@mail.gmail.com>
Henrik,
On the documentation we have
--bb2colors=COLOR[,COLOR]
Defines which colors cause a test to appear on the "All
non-
green" status page (a.k.a. the BB2 page). COLOR is red,
yellow
or purple. The default is to include all three.
And in the bbgen.c
else if (argnmatch(argv[i], "--bb2-colors=")) {
char *lp = strchr(argv[i], '=') + 1;
bb2colors = colorset(lp, (1 << COL_GREEN));
}
So, when I used --bb2-colors , works great.
Regards,
Mario.
On 1/23/07, mario andre <rower.master (at) gmail.com> wrote:
Hi,
I'm using hobbit 4.2.0
regards.
On 1/23/07, mario andre <rower.master (at) gmail.com> wrote:
>
> Hi friends,
>
> I want to show in the bb2 page only the red and purple alerts. I tried
> to use bbgen with --bb2colors=purple,red , but in the logs I have the
> messages:
>
> 2007-01-23 14:56:04 Unknown option : --bb2colors=purple,red
> 2007-01-23 14:57:07 Unknown option : --bb2colors=purple,red
> 2007-01-23 14:58:08 Unknown option : -- bb2colors=purple,red
>
> Any hint?
>
> Thanks in advance,
>
> Mario.
>
>