Not displaying Nagios xi main page

This support forum board is for support questions relating to Nagios xi, our flagship commercial network monitoring solution.
sandyspatil
Posts: 15
Joined: Tue Dec 07, 2010 6:31 am

Not displaying Nagios xi main page

Post 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.
mguthrie
Posts: 4380
Joined: Mon Jun 14, 2010 10:21 am

Re: Not displaying Nagios xi main page

Post 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