Xymon Mailing List Archive search

bbgen bug in option bb2colors ?

5 messages in this thread

list Olivier Audry · Thu, 24 Mar 2011 15:31:33 +0100 (CET) ·
hello

I'm trying to add the options --bb2colors=red,purple in bbgen and I got the following message

Unknown option : --bb2colors=red,purple

What wrong ?

thx for your help

oau

my conf :

        ENVFILE /opt/hobbit/server/etc/hobbitserver.cfg
        NEEDS hobbitd
        GROUP generators
        CMD bbgen $BBGENOPTS \            
                --pageset=netsec \ 
                --template=netsec \ 
                --report=netsec \ 
                --bb2-ignorecolumns=mem,msgs,updates,reporting \
                --eventignore=mem \
                --no-doc-window \
                --docurl=/hobbit/admin/notes.php?host=%s
                $BBHOME/www/netsec/
        LOGFILE $BBSERVERLOGS/bb-display-netsec.log
        INTERVAL 1m
list Dominique Frise · Thu, 24 Mar 2011 16:16:46 +0100 ·
quoted from Olivier Audry
On 03/24/11 03:31 PM, Olivier AUDRY wrote:
hello

I'm trying to add the options --bb2colors=red,purple in bbgen and I 
got the following message

Unknown option : --bb2colors=red,purple

What wrong ?

thx for your help

oau

my conf :

         ENVFILE /opt/hobbit/server/etc/hobbitserver.cfg
         NEEDS hobbitd
         GROUP generators
         CMD bbgen $BBGENOPTS \
                 --pageset=netsec \
                 --template=netsec \
                 --report=netsec \
                 --bb2-ignorecolumns=mem,msgs,updates,reporting \
                 --eventignore=mem \
                 --no-doc-window \
                 --docurl=/hobbit/admin/notes.php?host=%s
                 $BBHOME/www/netsec/
         LOGFILE $BBSERVERLOGS/bb-display-netsec.log
         INTERVAL 1m

The correct syntax for this option is: --bb2-colors=COLOR[,COLOR]


Dominique
list Josh Luthman · Thu, 24 Mar 2011 11:19:59 -0400 ·
Missing the dash after the bb2 in case you couldn't see it right away either
=P

Josh Luthman
Office: XXX-XXX-XXXX
Direct: XXX-XXX-XXXX
XXXX Wayne St
Suite XXXX
Troy, OH XXXXX


On Thu, Mar 24, 2011 at 11:16 AM, Dominique Frise
quoted from Dominique Frise
<user-78ab6673b600@xymon.invalid>wrote:
On 03/24/11 03:31 PM, Olivier AUDRY wrote:
hello

I'm trying to add the options --bb2colors=red,purple in bbgen and I got
the following message

Unknown option : --bb2colors=red,purple

What wrong ?

thx for your help

oau

my conf :

         ENVFILE /opt/hobbit/server/etc/hobbitserver.cfg
         NEEDS hobbitd
         GROUP generators
         CMD bbgen $BBGENOPTS \
                 --pageset=netsec \
                 --template=netsec \
                 --report=netsec \
                 --bb2-ignorecolumns=mem,msgs,updates,reporting \
                 --eventignore=mem \
                 --no-doc-window \
                 --docurl=/hobbit/admin/notes.php?host=%s
                 $BBHOME/www/netsec/
         LOGFILE $BBSERVERLOGS/bb-display-netsec.log
         INTERVAL 1m

The correct syntax for this option is: --bb2-colors=COLOR[,COLOR]


Dominique

list Olivier Audry · Thu, 24 Mar 2011 16:34:27 +0100 (CET) ·
raaaaaaaaa

sorry for the noise :(

thx !

oau

----- Mail original -----
quoted from Josh Luthman
De: "Josh Luthman" <user-4c45a83f15cb@xymon.invalid>
À: "Dominique Frise" <user-78ab6673b600@xymon.invalid>
Cc: xymon at xymon.com
Envoyé: Jeudi 24 Mars 2011 16:19:59
Objet: Re: [Xymon] bbgen bug in option bb2colors ?


Missing the dash after the bb2 in case you couldn't see it right away either =P 
Josh Luthman Office: XXX-XXX-XXXX Direct: XXX-XXX-XXXX XXXX Wayne St Suite XXXX Troy, OH XXXXX 


On Thu, Mar 24, 2011 at 11:16 AM, Dominique Frise < user-78ab6673b600@xymon.invalid > wrote: 


On 03/24/11 03:31 PM, Olivier AUDRY wrote: 
hello 
I'm trying to add the options --bb2colors=red,purple in bbgen and I got the following message 
Unknown option : --bb2colors=red,purple 
What wrong ? 
thx for your help 
oau 
my conf : 
ENVFILE /opt/hobbit/server/etc/hobbitserver.cfg NEEDS hobbitd GROUP generators CMD bbgen $BBGENOPTS \ --pageset=netsec \ --template=netsec \ --report=netsec \ --bb2-ignorecolumns=mem,msgs,updates,reporting \ --eventignore=mem \ --no-doc-window \ --docurl=/hobbit/admin/notes.php?host=%s $BBHOME/www/netsec/ LOGFILE $BBSERVERLOGS/bb-display-netsec.log INTERVAL 1m 
The correct syntax for this option is: --bb2-colors=COLOR[,COLOR] 

Dominique
list Henrik Størner · Mon, 28 Mar 2011 14:02:20 +0200 ·
On Thu, 24 Mar 2011 16:16:46 +0100, Dominique Frise
<user-78ab6673b600@xymon.invalid> wrote:
On 03/24/11 03:31 PM, Olivier AUDRY wrote:
Unknown option : --bb2colors=red,purple
The correct syntax for this option is: --bb2-colors=COLOR[,COLOR]
Correct. This points to a problem with xymongen / bbgen: There are too
many options ...


Regards,
Henrik