Xymon Mailing List Archive search

Remove the File Test column

7 messages in this thread

list Nick Camaldi · Fri, 22 Oct 2010 08:48:39 -0400 ·
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?
list Phil Meech · Fri, 22 Oct 2010 14:00:00 +0100 ·
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
quoted from Nick Camaldi

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?

list Martin Flemming · Fri, 22 Oct 2010 15:04:50 +0200 (CEST) ·
quoted from Nick Camaldi
On Fri, 22 Oct 2010, Nick Camaldi 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?
Yes, and you shoud added it in bb-hosts to the host or
with the default entry for all pages, special pages .. groups ...

0.0.0.0. .default. #


cheers,

        Martin
list Nick Camaldi · Fri, 22 Oct 2010 15:48:48 -0400 ·
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
quoted from Martin Flemming

 
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?

list Martin Flemming · Sat, 23 Oct 2010 22:06:28 +0200 (CEST) ·
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
quoted from Nick Camaldi


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?

list Nick Camaldi · Mon, 25 Oct 2010 09:20:32 -0400 ·
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
quoted from Martin Flemming


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?

list Nick Camaldi · Mon, 25 Oct 2010 13:50:44 -0400 ·
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.
quoted from Nick Camaldi

 
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?