Apologies if this is the wrong place to post this but I'm having issues accessing Nagios XI.
I'm running the Nagios XI (Latest Release) CentOS 6.5 VM via Virtualbox on a 10.9.1 MacMini. Everything was fine until I had to reboot the system. Now when I try to login to Nagios all I get is a blank screen.
I've tried everything suggested in this post: http://support.nagios.com/forum/viewtop ... =6&t=22325 - however I still can't get mysqld to start.
Very much a linux/unix noob so any help much appreciated.
MySQL daemon already running
Re: MySQL daemon already running
Code: Select all
service mysqld stop
rm /var/lib/mysql/mysql.sock
service mysqld start
Former Nagios employee
-
Bryan@Jumpstart
- Posts: 2
- Joined: Wed Mar 05, 2014 4:37 am
Re: MySQL daemon already running
Thanks for replying - in the end I rebuilt my Nagios instance from scratch but it's good to know this information for future use.
Re: MySQL daemon already running
Glad I could semi-help :)
I'll be closing this thread now, but feel free to open another if you have issues in the future.
I'll be closing this thread now, but feel free to open another if you have issues in the future.
Former Nagios employee