Cannot Navigate to http://PrivateIPAdress/nagiosxi/

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
fzia
Posts: 4
Joined: Thu Feb 27, 2014 5:49 pm

Cannot Navigate to http://PrivateIPAdress/nagiosxi/

Post by fzia »

I can browse to the initial page http://PrivateIPAddress
Then I need to click in to "Access Nagios XI" link which should take me to the Main Nagios Admin Page but it is taking me to a BLANK page.
I have re-started the Nagios VM several time and it does not give me any errors of Services failure etc.
I am not sure why I cannot Browse to the main page anymore.
Any help will be appreciated.
Thanks.
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: Cannot Navigate to http://PrivateIPAdress/nagiosxi/

Post by abrist »

Could you post the output of:

Code: Select all

tail -25 /var/log/httpd/error_log
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.
fzia
Posts: 4
Joined: Thu Feb 27, 2014 5:49 pm

Re: Cannot Navigate to http://PrivateIPAdress/nagiosxi/

Post by fzia »

This is what I get: Please see the attached file.
You do not have the required permissions to view the files attached to this post.
fzia
Posts: 4
Joined: Thu Feb 27, 2014 5:49 pm

Re: Cannot Navigate to http://PrivateIPAdress/nagiosxi/

Post by fzia »

I am getting the this log message:
[error] [Client IPAddress] PHP Warning: mysql_pconnect(): Can't connect to local MySQL server through socket ' /var/lib/mysql/mysql.sock' (111) in /usr/local/nagiosxi/html/db/adodb/drivers/adodb-mysql.inc.php on line 383, referer: http://PrivateIP Address
This log error is keep repeating itself in the log file.
sreinhardt
-fno-stack-protector
Posts: 4366
Joined: Mon Nov 19, 2012 12:10 pm

Re: Cannot Navigate to http://PrivateIPAdress/nagiosxi/

Post by sreinhardt »

Is mysql started on your system?

Code: Select all

service mysqld status
Nagios-Plugins maintainer exclusively, unless you have other C language bugs with open-source nagios projects, then I am happy to help! Please pm or use other communication to alert me to issues as I no longer track the forum.
fzia
Posts: 4
Joined: Thu Feb 27, 2014 5:49 pm

Re: Cannot Navigate to http://PrivateIPAdress/nagiosxi/

Post by fzia »

I have started it and now it is working.
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: Cannot Navigate to http://PrivateIPAdress/nagiosxi/

Post by abrist »

Great! Locking thread, cheers!
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