Page 1 of 4

Nagios 4.0.8 Web Interface Not Working

Posted: Tue Feb 10, 2015 5:50 am
by rlinux57
I have newly installed nagios 4.0.8 getting error "This webpage is not available"

Re: Nagios 4.0.8 Web Interface Not Working

Posted: Tue Feb 10, 2015 6:20 am
by rhassing
Is your webserver running?

Code: Select all

netstat -tulpn | grep 80

Re: Nagios 4.0.8 Web Interface Not Working

Posted: Tue Feb 10, 2015 6:32 am
by rlinux57
Now it's working i have turn off iptables service. But it gives "internal server error" when i click on any button like services or host.

Re: Nagios 4.0.8 Web Interface Not Working

Posted: Tue Feb 10, 2015 7:04 am
by rhassing
maybe you need to restart de httpd service?
And make sure nagios is running.

Re: Nagios 4.0.8 Web Interface Not Working

Posted: Tue Feb 10, 2015 10:12 am
by tmcdonald
What OS and version are you using?

Re: Nagios 4.0.8 Web Interface Not Working

Posted: Tue Feb 10, 2015 10:35 pm
by rlinux57
CentOS 6.6 and Nagios 4.0.8

Re: Nagios 4.0.8 Web Interface Not Working

Posted: Wed Feb 11, 2015 12:33 am
by rlinux57
Even check_nrpe is placed under libexec folder. Kindly check the attachment picture.

(No output on stdout) stderr: execvp(/usr/local/nagios/libexec/check_nrpe, ...) failed. errno is 2: No such file or directory

Re: Nagios 4.0.8 Web Interface Not Working

Posted: Wed Feb 11, 2015 10:10 am
by rlinux57
Any update regarding to this issue ?

Re: Nagios 4.0.8 Web Interface Not Working

Posted: Wed Feb 11, 2015 11:12 am
by rhassing
Does the file exist?

Code: Select all

ls -l /usr/local/nagios/libexec/check_nrpe

Re: Nagios 4.0.8 Web Interface Not Working

Posted: Wed Feb 11, 2015 11:15 am
by rlinux57
yes

-rwxr-xr-x 1 root root 22256 May 1 2014 /usr/local/nagios/libexec/check_nrpe