Unable to launch Nagios Web GUI

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
ymistry
Posts: 1
Joined: Wed Dec 06, 2017 5:47 am

Unable to launch Nagios Web GUI

Post 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.
kyang

Re: Unable to launch Nagios Web GUI

Post 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
Locked