Nagios XI install

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
Nagtest
Posts: 3
Joined: Tue Apr 15, 2014 6:58 am

Nagios XI install

Post 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 ?
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: Nagios XI install

Post 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.
Nagtest
Posts: 3
Joined: Tue Apr 15, 2014 6:58 am

Re: Nagios XI install

Post by Nagtest »

Ok, that worked.

Thank you
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: Nagios XI install

Post by slansing »

Excellent, going to lock this up.
Locked