NagiosQL not regognizing mysql

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
amx
Posts: 10
Joined: Wed Dec 30, 2015 5:42 am

NagiosQL not regognizing mysql

Post by amx »

I'm trying to install NagiosQL. I downloaded the GitHub tar file and extracted the files to the Apache documentroot. I tried running the installation script from the webpage.

The installation script gives an error that MySQL is not installed. I installed the MySQL server community edition from source.

I know NagiosQL is not created by Nagios, or at least I don't think so, but the official NagiosQL website is down with a specific error message.

Is there anyone on this forum who knows if the problem is with the fact that MySQL is the community edition? The mysql version is higher than 5.
User avatar
hsmith
Agent Smith
Posts: 3539
Joined: Thu Jul 30, 2015 11:09 am
Location: 127.0.0.1
Contact:

Re: NagiosQL not regognizing mysql

Post by hsmith »

What's the output of mysql -V? The support we're going to be able to provide for NagiosQL is very limited at best. Using the community version of MySQL with NagiosQL is untested by us as well as far as I know.
Former Nagios Employee.
me.
amx
Posts: 10
Joined: Wed Dec 30, 2015 5:42 am

Re: NagiosQL not regognizing mysql

Post by amx »

Code: Select all

mysql  Ver 14.14 Distrib 5.7.10, for Linux (x86_64) using  EditLine wrapper
Thanks for taking time to reply.
It turns out I did not install php-mysql yet.
After I installed it, the error disappeared.

Thanks again!
bwallace
Posts: 1145
Joined: Tue Nov 17, 2015 1:57 pm

Re: NagiosQL not regognizing mysql

Post by bwallace »

Thanks for the update, amx - glad to hear it worked out. We'll lock this thread now and feel free to open another should you require assistance with anything else.
Be sure to check out the Knowledgebase for helpful articles and solutions!
Locked