Xymon Mailing List Archive search

bbgen bug in option bb2colors ?

list Dominique Frise
Thu, 24 Mar 2011 16:16:46 +0100
Message-Id: <user-331bc1878dba@xymon.invalid>

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