after upgrading I can not see any web page..

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
elearn
Posts: 1
Joined: Sun Feb 02, 2014 7:58 am

after upgrading I can not see any web page..

Post by elearn »

Hello,
I upgraded to the latest version http://www.nagios.org/download/core-stay-informed
instarction -http://nagios.sourceforge.net/docs/3_0/ ... l#nagios3x
I can not see any web page..
i tried a bunch of command line during searching google for solution before i thought to post here,
and I think I got lost
Thank you
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: after upgrading I can not see any web page..

Post by abrist »

Lets check the services:

Code: Select all

service httpd status
service nagios status
Next, lets check the httpd logs:

Code: Select all

tail -20 /var/log/httpd/error_log
And the system logs:

Code: Select all

tail -10 /var/log/messages
And lets check the website:

Code: Select all

curl 127.0.0.1/nagios
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
Locked