Page 1 of 1

Unable to launch Nagios Web GUI

Posted: Thu Dec 07, 2017 5:44 am
by ymistry
I have installed nagios-4.3.4 and nagios-plugins-2.2.1 on RHEL 7.2
Have followed Nagios Core installation procedure and there were no errors in between.
While launching Web GUI am getting error as- 'Could not open '' for reading'
httpd service is running, have changed user/group ownership to nagios for htpasswd.users file. Stopped firewall, but still same error.

Re: Unable to launch Nagios Web GUI

Posted: Thu Dec 07, 2017 5:43 pm
by kyang
Is Selinux disabled?

Code: Select all

getenforce
Is Nagios running?

Code: Select all

systemctl status nagios.service

Code: Select all

systemctl restart nagios.service
Try going back to the Web UI and see if it works?

If not, could you send us some of your logs?

Code: Select all

tail -50 /var/log/messages

Code: Select all

tail -50 /var/log/httpd/error_log