Page 1 of 1

Nagios XI install

Posted: Tue Apr 15, 2014 9:58 am
by Nagtest
Hello, I am facing the same problem as the following (unsolved) post : http://support.nagios.com/forum/viewtop ... =24180&e=0.

I just took the VMWare VM, and connected to it.

I got the welcome message, and click "acces NAgios XI" and get a white page.

service is up : "nagios (pid xxxxxxxxx) is running"

And on the log, I got a 192.168.111.1 PHP warning : mysql_pconnect() Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /usr/loca/nagiosxi/html/db/adodb/drivers/adodb-mysql.inc.php on line 383.

I launched the commands in the order you give, everything waas [ OK ] except "service mysqld start" which displays that MySQL deamon already running with the same unix socket.

And I still get a white page...

Can you help me ?

Re: Nagios XI install

Posted: Tue Apr 15, 2014 10:23 am
by slansing
Please run the following:

Code: Select all

service mysqld stop

rm -f /var/lib/mysql/mysql.sock

service mysqld start
Let us know if you can get in now.

Re: Nagios XI install

Posted: Wed Apr 16, 2014 2:35 am
by Nagtest
Ok, that worked.

Thank you

Re: Nagios XI install

Posted: Wed Apr 16, 2014 9:41 am
by slansing
Excellent, going to lock this up.