Xymon Mailing List Archive search

How to make bb2 ONLY include certain columns

4 messages in this thread

list Stephen Menton · Fri, 27 Apr 2007 17:22:20 -0700 ·
Is there any way to make bb2 ONLY contain certain columns or do I have
to explicitly say
"--bb2-ignorecolumns=test1,test2,...,test1040,test1041" ? Sadly that
isn't hyperbole.

stephen
list Stephen Menton · Mon, 30 Apr 2007 14:52:29 -0700 ·
I never received a response and this issue is still outstanding. Anyone
?
 
stephen
quoted from Stephen Menton


From: Menton, Stephen 
Sent: Friday, April 27, 2007 5:22 PM
To: user-ae9b8668bcde@xymon.invalid
Subject: [hobbit] How to make bb2 ONLY include certain columns


Is there any way to make bb2 ONLY contain certain columns or do I have
to explicitly say
"--bb2-ignorecolumns=test1,test2,...,test1040,test1041" ? Sadly that
isn't hyperbole.

stephen
list Henrik Størner · Tue, 1 May 2007 07:29:55 +0200 ·
quoted from Stephen Menton
On Fri, Apr 27, 2007 at 05:22:20PM -0700, Menton, Stephen wrote:
Is there any way to make bb2 ONLY contain certain columns or do I have
to explicitly say
"--bb2-ignorecolumns=test1,test2,...,test1040,test1041" ? Sadly that
isn't hyperbole.
There's no way of doing that, sorry.


Regards,
Henrik
list Tod Hansmann · Tue, 1 May 2007 08:10:09 -0600 ·
You could modify the bb2 top page generation in pagegen.c to take out
all but certain columns.  The data structures passed to it are
essentially a tree of linked lists.  You could easily manipulate it.  

As I've mentioned before in other threads, this is less than ideal a
solution as you need to maintain your own patches, and you need to know
a fair amount of C.  Still, if it really needs to get done, we did
something similar (reordering of hosts in the list so acked are on the
bottom).

Just throwing that out.

Tod Hansmann
Network Engineer
quoted from Henrik Størner
 
 
-----Original Message-----
From: Henrik Stoerner [mailto:user-ce4a2c883f75@xymon.invalid] 
Sent: Monday, April 30, 2007 11:30 PM
To: user-ae9b8668bcde@xymon.invalid
Subject: Re: [hobbit] How to make bb2 ONLY include certain columns

On Fri, Apr 27, 2007 at 05:22:20PM -0700, Menton, Stephen wrote:
Is there any way to make bb2 ONLY contain certain columns or do I have
to explicitly say
"--bb2-ignorecolumns=test1,test2,...,test1040,test1041" ? Sadly that
isn't hyperbole.
There's no way of doing that, sorry.


Regards,
Henrik