I have just installed nagios core and when i click on Map, it show the error
Not Found
the requested URL /nagios/cgi-bin/statusmap.cgi was not found on this server.
----------------------------------------------------------------------------------------------
Apache/2.2.15 (Red Hat) Server at localhost Port 80
Can anyone help me? I am using Redhat release 6.2
Thanks.
Nagios map not found
Re: Nagios map not found
Did you install Nagios from an RPM or from source? Does the file statusmap.cgi exist anywhere on your system?
Code: Select all
# updatedb
# locate statusmap.cgiRe: Nagios map not found
Hi,
I download from source from nagios website nagios-3.3.1.tar.gz. I checked the log and found that
[Wed Apr 18 17:24:15 2012] [error] [client ::1] script not found or unable to stat: /usr/local/nagios/sbin/statusmap.cgi, referer: http://localhost/nagios/side.php
which the statusmap.cgi file does not exist at the path mentioned above. If the file can exist somewhere else, where can it be?
Thanks
I download from source from nagios website nagios-3.3.1.tar.gz. I checked the log and found that
[Wed Apr 18 17:24:15 2012] [error] [client ::1] script not found or unable to stat: /usr/local/nagios/sbin/statusmap.cgi, referer: http://localhost/nagios/side.php
which the statusmap.cgi file does not exist at the path mentioned above. If the file can exist somewhere else, where can it be?
Thanks
Re: Nagios map not found
I'm wondering if the issue is permissions, make sure the apache user can read that file and that it's executable.
Re: Nagios map not found
The problem solved after i install the gd-devel and it dependencies.
Thanks.
Thanks.
Re: Nagios map not found
Glad you got it figured out!