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?