Nagios 4.0.8 Web Interface Not Working

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.
rlinux57
Posts: 324
Joined: Mon Dec 08, 2014 12:03 am

Nagios 4.0.8 Web Interface Not Working

Post by rlinux57 »

I have newly installed nagios 4.0.8 getting error "This webpage is not available"
User avatar
rhassing
Posts: 416
Joined: Sat Oct 05, 2013 10:29 pm
Location: Netherlands

Re: Nagios 4.0.8 Web Interface Not Working

Post by rhassing »

Is your webserver running?

Code: Select all

netstat -tulpn | grep 80
Rob Hassing
Image
rlinux57
Posts: 324
Joined: Mon Dec 08, 2014 12:03 am

Re: Nagios 4.0.8 Web Interface Not Working

Post 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.
User avatar
rhassing
Posts: 416
Joined: Sat Oct 05, 2013 10:29 pm
Location: Netherlands

Re: Nagios 4.0.8 Web Interface Not Working

Post by rhassing »

maybe you need to restart de httpd service?
And make sure nagios is running.
Rob Hassing
Image
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: Nagios 4.0.8 Web Interface Not Working

Post by tmcdonald »

What OS and version are you using?
Former Nagios employee
rlinux57
Posts: 324
Joined: Mon Dec 08, 2014 12:03 am

Re: Nagios 4.0.8 Web Interface Not Working

Post by rlinux57 »

CentOS 6.6 and Nagios 4.0.8
rlinux57
Posts: 324
Joined: Mon Dec 08, 2014 12:03 am

Re: Nagios 4.0.8 Web Interface Not Working

Post 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
Attachments
sc.png
rlinux57
Posts: 324
Joined: Mon Dec 08, 2014 12:03 am

Re: Nagios 4.0.8 Web Interface Not Working

Post by rlinux57 »

Any update regarding to this issue ?
User avatar
rhassing
Posts: 416
Joined: Sat Oct 05, 2013 10:29 pm
Location: Netherlands

Re: Nagios 4.0.8 Web Interface Not Working

Post by rhassing »

Does the file exist?

Code: Select all

ls -l /usr/local/nagios/libexec/check_nrpe
Rob Hassing
Image
rlinux57
Posts: 324
Joined: Mon Dec 08, 2014 12:03 am

Re: Nagios 4.0.8 Web Interface Not Working

Post by rlinux57 »

yes

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