[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE bb-hosts layout
- To: <xymon (at) xymon.com>
- Subject: RE bb-hosts layout
- From: "Wadell, Jim S \(SAIC\)" <Jim.Wadell (at) bp.com>
- Date: Fri, 22 Oct 2010 10:49:40 -0800
- Thread-index: ActyGeIquc25BTGOTv2R+46eg+OfTg==
- Thread-topic: RE bb-hosts layout
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