Can't browse Map Link from Nagios Core 4.0.7

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
futurist71
Posts: 12
Joined: Mon Jul 14, 2014 2:59 pm

Can't browse Map Link from Nagios Core 4.0.7

Post by futurist71 »

Once I click on Map link, I just get a broken page on the right Frame from Nagios Core.

Version 4.0.7.

What could I do?
User avatar
Box293
Too Basu
Posts: 5126
Joined: Sun Feb 07, 2010 10:55 pm
Location: Deniliquin, Australia
Contact:

Re: Can't browse Map Link from Nagios Core 4.0.7

Post by Box293 »

What is being reported in the httpd error log when you try and access the link?

Code: Select all

tail -f /var/log/httpd/error_log
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
futurist71
Posts: 12
Joined: Mon Jul 14, 2014 2:59 pm

Re: Can't browse Map Link from Nagios Core 4.0.7

Post by futurist71 »

When clicking on Map

This is what the log shows:

[Fri Jul 25 01:02:22 2014] [error] [client 192.168.1.254] script not found or unable to stat: /usr/local/nagios/sbin/statusmap.cgi, referer: http://X.X.X.X/nagios/side.php
User avatar
Box293
Too Basu
Posts: 5126
Joined: Sun Feb 07, 2010 10:55 pm
Location: Deniliquin, Australia
Contact:

Re: Can't browse Map Link from Nagios Core 4.0.7

Post by Box293 »

Does the file exist on the server?

Code: Select all

ls -al /usr/local/nagios/sbin/statusmap.cgi
-rwxrwxr-x. 1 nagios nagios 251368 Jun  9 19:22 /usr/local/nagios/sbin/statusmap.cgi
Does this link help?

http://support.nagios.com/knowledgebase ... wdesc=true
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
futurist71
Posts: 12
Joined: Mon Jul 14, 2014 2:59 pm

Re: Can't browse Map Link from Nagios Core 4.0.7

Post by futurist71 »

When doing this make devclean do I have to save my Nagios configuration in order to avoid loosing my conf's files?

Regards.
emislivec
Posts: 52
Joined: Tue Feb 25, 2014 10:06 am

Re: Can't browse Map Link from Nagios Core 4.0.7

Post by emislivec »

The 'make devclean' removes temporary files from the source directory. It does not change your configuration in /usr/local/nagios/etc/

You don't need to run it again, but the only make target that changes existing configuration is 'make install-config'. This makes a backup of existing files in /usr/local/nagios/etc/ before overwriting them.
Locked