Xymon Mailing List Archive search

bb-hosts layout

list Iain M Conochie
Thu, 14 Oct 2010 13:03:39 +0100
Message-Id: <user-964b4115b7e5@xymon.invalid>

Wadell, Jim S (SAIC) wrote:
In my bb-hosts file (developed long ago), I had the same machine on 
several pages

page comp Computer-Room

10.1.1.1 bigiron

10.1.1.2 tiny

page data Database-Server

10.1.1.1 bigiron # noping

page dns Dns-Servers

10.1.1.2 tiny # noping

xymon complains about duplicate entries, and gets confused about 
updateing the RRD's. I am having trouble trying to figure out how to 
make this configuration work correctly.

Thanks

Jim
try instead:

page comp Computer-Room

10.1.1.1 bigiron

10.1.1.2 tiny

page data Database-Server

0.0.0.0 bigiron # noconn

page dns Dns-Servers

0.0.0.0 tiny # noconn

Cheers

Iain