22 Oct
2010
22 Oct
'10
6:49 p.m.
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
Thanks,
That fixed log messages about duplicate servers, but the rrd-data and status logs indicate that the system is trying to update the rrd files multiple times. Any fix for this?
Jim