Page 1 of 1

Not displaying Nagios XI main page

Posted: Tue Jan 11, 2011 2:00 am
by sandyspatil
Hi All,
I am not able to see my Nagios XI main page using URL ->
http://<nagios Server>/nagiosxi
But the Nagios Core is displayed using URL ->
http://<nagios Server>/nagios
I restarted nagios, httpd & mysqld services but it doesn't help.

Re: Not displaying Nagios XI main page

Posted: Tue Jan 11, 2011 9:35 am
by mguthrie
Is it showing a blank page, or are you seeing an error message of some sort?

If you're getting a blank screen, run:

Code: Select all

tail /var/log/httpd/error_log 
from the command line to check your Apache log.

If you're getting a "DB Connection Failed" error, try:

Code: Select all

service postgresql restart