PAGE IN BLACK
PAGE IN BLACK
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
Run:
right after loading the page. Blank pages mean php errors. Check to see if the following services are running:
Code: Select all
tail /var/log/httpd/error_logCode: Select all
service postgresql status
service mysqld statusRe: PAGE IN BLACK
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/
[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
ok. I restart the mysqld service and got everything right.
Re: PAGE IN BLACK
Awesome. Let us know if you have any additional questions.