Page 1 of 1

Nagios Web Interface is not working

Posted: Fri Jun 04, 2021 7:06 am
by Lavanya Andluru
Hi
Nagios installed on centos 7 instance ,nagios is actively running in cli but in browser when i hit http://ip-address/nagios asking credentials then displaying "file not found".

http://ip-address/nagios/index.php or map.php and some php files only displaying "file not found"

http://ip-address/nagios/trends.html or infobox.html... files working in browser.

/usr/local/nagios/share folder having html files as well as php files. why .php files are not working??

could you please help to fix this problem.

Re: Nagios Web Interface is not working

Posted: Fri Jun 04, 2021 9:44 am
by benjaminsmith
Hi @Lavanya Andluru,

Welcome to the Nagios Community Forum. Here are few things to check to help resolve this error.

Is php installed in the server?

Code: Select all

php -v
Next check that those files exist with the correct permissions on index.php and map.php.

Code: Select all

ls -l /usr/local/nagios/share/map.php
Lastly, what instructions did you use to install Nagios Core. I highly recommend following our guide as we keep this up-to-date.
Nagios Core - Installing Nagios Core From Source

Let us know if you get it worked out.
--Benjamin