Page 1 of 1

PAGE IN BLACK

Posted: Tue Jun 21, 2011 4:23 pm
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?

Re: PAGE IN BLACK

Posted: Tue Jun 21, 2011 5:00 pm
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

Re: PAGE IN BLACK

Posted: Wed Jun 22, 2011 6:35 am
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/

Re: PAGE IN BLACK

Posted: Wed Jun 22, 2011 7:07 am
by lekows
ok. I restart the mysqld service and got everything right.

Re: PAGE IN BLACK

Posted: Wed Jun 22, 2011 3:05 pm
by mguthrie
Awesome. Let us know if you have any additional questions.