PAGE IN BLACK

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
lekows
Posts: 3
Joined: Mon Jun 20, 2011 7:08 am

PAGE IN BLACK

Post by lekows »

Hello, I am a new user with the nagiosxi. I installed Nagios on a vmware and its address is 192.168.4.29. I've configured / etc / httpd / conf / httpd.conf with "nameserver 192.168.4.29" or "NameServer serv029." When I enter the web interface with address 192.168.4.29 appears the web interface with "Welcome." When I click on "XI Nagios Access" Access is a completely blank page with the address http://192.168.4.29/nagiosxi/. What can I do?
mguthrie
Posts: 4380
Joined: Mon Jun 14, 2010 10:21 am

Re: PAGE IN BLACK

Post by mguthrie »

Run:

Code: Select all

tail /var/log/httpd/error_log
right after loading the page. Blank pages mean php errors. Check to see if the following services are running:

Code: Select all

service postgresql status
service mysqld status
lekows
Posts: 3
Joined: Mon Jun 20, 2011 7:08 am

Re: PAGE IN BLACK

Post by lekows »

Yes, I have a error; The ip 10.10.100.88 it´s my pc. I must edit the file '/var/lib/mysql/mysql.sock' ? Following de error messasge;

[Tue Jun 21 18:19:08 2011] [error] [client 10.10.100.88] PHP Warning: mysql_pconnect() [<a href='function.mysql-pconnect'>function.mysql-pconnect</a>]: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) in /usr/local/nagiosxi/html/db/adodb/drivers/adodb-mysql.inc.php on line 383, referer: http://192.168.4.29/
lekows
Posts: 3
Joined: Mon Jun 20, 2011 7:08 am

Re: PAGE IN BLACK

Post by lekows »

ok. I restart the mysqld service and got everything right.
mguthrie
Posts: 4380
Joined: Mon Jun 14, 2010 10:21 am

Re: PAGE IN BLACK

Post by mguthrie »

Awesome. Let us know if you have any additional questions.
Locked