Hi,
maybe somebody can help and give me a clue about what to do.
I’ve installed Nagios 3.1.2 on a srv running RHEL 4u5, everything seems fine (at least apparently).
I have no issue on the histograms and no issue on the trends, but the map is shown in a way so that it us completely useless.
If I choose Balanced Tree (default in cgi.cfg), the list is so long that 2 monitors are not even enough, if I choose Circular MarkUp…well, I’m attaching a printscreen. Anyway it’s like every host is overlapping the others and I can’t seen anything at all.
I’ve checked this:
pwd
/usr/local/nagios/sbin
ldd statusmap.cgi
libgd.so.2 => /usr/lib/libgd.so.2 (0x001e2000)
libpng12.so.0 => /usr/lib/libpng12.so.0 (0x00dd7000)
libjpeg.so.62 => /usr/lib/libjpeg.so.62 (0x00d49000)
libz.so.1 => /usr/lib/libz.so.1 (0x00d37000)
libm.so.6 => /lib/tls/libm.so.6 (0x00d02000)
libc.so.6 => /lib/tls/libc.so.6 (0x00bce000)
libXpm.so.4 => /usr/X11R6/lib/libXpm.so.4 (0x00231000)
libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x00101000)
libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0x00d6a000)
/lib/ld-linux.so.2 (0x00bb4000)
libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x00d27000)
libdl.so.2 => /lib/libdl.so.2 (0x00cfc000)
Any idea about what I might check ?
Maybe I did something wrong during the installation ?
Is there by chance any limit on the number of hosts which may be monitored (we have 85 hosts) if we do not have any hierarchy (parent/child architecture) ?
Thanks.