Xymon Mailing List Archive search

Remove the File Test column

list Nick Camaldi
Mon, 25 Oct 2010 13:50:44 -0400
Message-Id: <user-9e27e592bc72@xymon.invalid>

Ok this not the most elegant or efficeint solution but it worked.
 
In the include file I add the # NOCOLUMN:files after each entry
10.1.1.1             Host1     # NOCOLUMNS:files
10.2.2.2             Host2     # NOCOLUMNS:files
 
I would have liked a way to refrence the NOCOLUMN for all hosts in the include file but this works.

 
From: user-93c600de5418@xymon.invalid
To: xymon at xymon.com
Date: Mon, 25 Oct 2010 09:20:32 -0400
Subject: RE: [xymon] Remove the File Test column


For my pages i'm using an include file, when i try your second option i get warnings in the bb-display.log
 
2010-10-22 14:12:08 WARNING: Cannot open include file 'includes/Site/WINDOWSHOSTS.txt #NOCOLUMNS:files', line was:include includes/DCOOR/dcoorwintelMISC.txt #NOCOLUMNS:files

2010-10-22 14:12:08 WARNING: Cannot open include file 'includes/Site/WINDOWSHOSTS.txt #NOCOLUMNS:files', line was:include includes/Site/WINDOWSHOSTS.txt #NOCOLUMNS:files


Date: Sat, 23 Oct 2010 22:06:28 +0200
From: user-f286aaa49a76@xymon.invalid
To: xymon at xymon.com
Subject: RE: [xymon] Remove the File Test column

 
Hi !
 
try this
 
X.X.X.X hostname # NOCOLUMNS:files (space between # and NOCLOUMNS
 
or
 
for all hosts
 
page=WINDOWSHOSTS
 
0.0.0.0  .default.  # NOCOLUMNS:files
 
 
cheers,
 	martin
 
 
On Fri, 22 Oct 2010, Nick Camaldi wrote:
 
Hello guys
to clarify, I want to remove the column for files for all hosts on a specific page
 
I tried this and it didn't work.
 
page=WINDOWSHOSTS #NOCOLUMNS:files

 
Date: Fri, 22 Oct 2010 14:00:00 +0100
From: user-472323a743c7@xymon.invalid
To: xymon at xymon.com
Subject: Re: [xymon] Remove the File Test column

Edit bb-hosts and add NOCOLUMNS:foo after the # on the host that you
wish to mask the column on e.g.:

0.0.0.0 host.domain.com #NOCOLUMNS:foo

or to do this on a group you could use the group-only command e.g:

group-compress mygroupname
group-only columns|tobe|shown
0.0.0.0 host.domain.com

For further info look at
http://www.xymon.com/hobbit/help/manpages/man5/bb-hosts.5.html

Cheers,
Phil

On 22 October 2010 13:48, Nick Camaldi <user-93c600de5418@xymon.invalid> wrote:
So I have no data coming in on the files column and I would like to remove
it from the display.

While searching I found this:

I don't want to display column foo in my display. How do I do that ?
A. Add the entry NOCOLUMNS:foo,bar to hide column foo and bar.

so my command would be

NOCOLUMNS:files

Is this correct and which file do I add it to?