Xymon Mailing List Archive search

default host tag

list Thomas Pedersen
Tue, 04 Oct 2005 15:22:56 +0200
Message-Id: <user-31d7a70a1a9f@xymon.invalid>

Should I be able to add a alternate pageset tag via a default tag.

ie

0.0.0.0   .default.  # OS:linux-box
1.2.3.4   mybox  # ssh telnet

and expect that this is the same as:

1.2.3.4 mybox # ssh telnet OS:linux-box

Regards, Thomas

Henrik Stoerner wrote:
On Tue, Oct 04, 2005 at 02:29:18PM +0200, Thomas wrote:
 
How should I understand the .default. host tag. Ie should I put the 
following in my bb-hosts

0.0.0.0 .default. # myspecialtag
   
Yes.

 
or

0.0.0.0 .default. # nodisp myspecialtag
   
This one would cause all of your hosts to be "nodisp" by default.
Probably not what you want ...


Henrik