Xymon Mailing List Archive search

Removing a column from nongreen.html

list Torsten Richter
Fri, 23 May 2014 11:25:29 +0200 (CEST)
Message-Id: <user-d60d099b2ef2@xymon.invalid>

Mark Felder <user-db141d317836@xymon.invalid> hat am 23. Mai 2014 um 02:57 geschrieben:


On May 22, 2014, at 10:54, Torsten Richter <user-c862b499d9fa@xymon.invalid> wrote:
Hi Mark,

you could create a custom view/page as described in the man page of
xymongen under "ALTERNATE PAGESET OPTIONS" and "BUILDING ALTERNATE PAGESETS"
You can use the group-only and group-except there too.
If we take the example from the xymongen manpage it would look like this:

ospage win Windows
ossubpage win-nt4 Windows NT4
osgroup-only cpu|disk|msgs NT4 File servers

and so on.
The page set requires I create a tag and manually apply this to the hosts
definitions?!
Simple - just put a tag "OS:win-xp" on the host definition line.
That is ridiculous; certainly there has to be a way to automatically identify
any host that is reporting column "foo" and generate a page only showing those
hosts and only column "foo".

Please tell me I don't have to manually attempt to identify every single host
in my configuration and try to decide if it should show up on this page.
Well, at the moment I don't know of any other way doing this.
You could of course write a script that checks for the test you want to have on
that page and then adds the tag to each host line in hosts.cfg that matches your
criteria.