Page 1 of 1

Unable to access Web interface for Nagios Core

Posted: Thu Aug 25, 2016 3:43 pm
by asyed
Hello,

I am a new user on Nagios core and it was working good till last week but now when i am trying to access the web interface of it the connection is failing and the browser says "The system returned: (113) No route to host

The remote host or network may be down. Please try the request again". Nagios core is installed on Centos.


Thank you

Re: Unable to access Web interface for Nagios Core

Posted: Thu Aug 25, 2016 4:46 pm
by ssax
Can you SSH into the server?

Try running this command:

Code: Select all

curl localhost
Are you accessing via IP or DNS name?

What is the output of this command:

Code: Select all

netstat -rn

Thank you

Re: Unable to access Web interface for Nagios Core

Posted: Thu Aug 25, 2016 4:47 pm
by ssax
Also, run this command:

Code: Select all

tail -f /var/log/httpd/*error_log /var/log/httpd/*access_log
And let it run and then try to connect to the web interface and attach the output so that we can review it.

Thank you