Question : Problem with Nagios Maps

We have Nagios 3.2.1 installed on our system....

Its Oracle Linux
Linux sscs-monitor 2.6.18-194.el5 #1 SMP Mon Mar 29 20:06:41 EDT 2010 i686 athlon i386 GNU/Linux
[root@sscs-monitor objects]#

When we click on Nagios Map we get the following error

Not Found

The requested URL /nagios/cgi-bin/statusmap.cgi was not found on this server.

Apache/2.2.3 (Oracle) Server at 192.168.1.30 Port 80


[Mon Jul 26 09:26:19 2010] [error] [client 192.168.2.2] script not found or unable to stat: /usr/local/nagios/sbin/statusmap.cgi, referer: http://192.168.1.30/nagios/side.php
[Mon Jul 26 09:50:02 2010] [error] [client 192.168.2.2] script not found or unable to stat: /usr/local/nagios/sbin/statusmap.cgi, referer: http://192.168.1.30/nagios/side.php
[Mon Jul 26 10:02:57 2010] [error] [client 192.168.2.2] script not found or unable to stat: /usr/local/nagios/sbin/statusmap.cgi, referer: http://192.168.1.30/nagios/side.php


Really struggling...any idea's ?

Answer : Problem with Nagios Maps

a bit better now.

Oracle is featuring a free public repo for its base packages (not for the security updates, since they want to charge you for that with a subscription!):
This URL should fit your machine:
http://public-yum.oracle.com/repo/EnterpriseLinux/EL5/5/base/i386/

A description for using that repo automatically is here: http://public-yum.oracle.com/#a3


Anyway, you will find the two packages there and can load them:

cd
mkdir downloads
cd downloads
wget http://public-yum.oracle.com/repo/EnterpriseLinux/EL5/5/base/i386/gd-2.0.33-9.4.el5_4.2.i386.rpm
wget http://public-yum.oracle.com/repo/EnterpriseLinux/EL5/5/base/i386/gd-devel-2.0.33-9.4.el5_4.2.i386.rpm
sudo rpm -i gd-2.0.33-9.4.el5_4.2.i386.rpm gd-devel-2.0.33-9.4.el5_4.2.i386.rpm

Hopefully you do not get any errors about missing dependencies. If so, please foloow the yum instructions in the first link an use the yum command to install.
If rpm was successful, you can now retry with Nagios compiling as described earlier (with a "make clean" first).

Waiting for your feedback...
Random Solutions  
 
programming4us programming4us