BB Unix Network Monitor - Message

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: {bb} BBGEN Performance



In <20041005190320.GA4115@qwestip.net> Asif Iqbal <iqbala-bb@qwestip.net> writes:

>How do I disable the yellow/purple/red color and alert just for
>BBDISPLAY.bbgen? I want the BBDISPLAY.bbgen be always green no matter
>what.

There is no way to do that - not without changing the code, that is.

In bbgen.c, near the end of that file change line 672 from

    color = (errbuf ? COL_YELLOW : COL_GREEN);
to
    color = COL_GREEN;

and it will always report green.


Henrik
--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=
To unsubscribe from this list, or to subscribe to the bb-digest list
send e-mail to mailto:majordomo@bb4.com with unsubscribe bb -and/or-
subscribe bb-digest in the BODY of the message.


Home | Main Index | Thread Index