Xymon Mailing List Archive search

Remove the File Test column

list Martin Flemming
Sat, 23 Oct 2010 22:06:28 +0200 (CEST)
Message-Id: <user-cede0fe759ae@xymon.invalid>

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?