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.
Not displaying Nagios xi main page
-
- Posts: 4380
- Joined: Mon Jun 14, 2010 10:21 am
Re: Not displaying Nagios xi main page
Is it showing a blank page, or are you seeing an error message of some sort?
If you're getting a blank screen, run:
from the command line to check your Apache log.
If you're getting a "DB Connection Failed" error, try:
If you're getting a blank screen, run:
Code: Select all
tail /var/log/httpd/error_log
If you're getting a "DB Connection Failed" error, try:
Code: Select all
service postgresql restart