While I didn't "solve" the problem, I did figure out the cause and fixed it.
I was using an Ansible role to install MySQL then using Yum to install the libraries. I removed the ansible role and installed everything through Yum. Now check_mysql (and check_mysql_query) generate fine.
Search found 2 matches
- Thu Feb 18, 2016 10:30 am
- Forum: Open Source Nagios Projects
- Topic: configure won't create check_mysql plugin
- Replies: 2
- Views: 1593
- Wed Feb 17, 2016 8:50 pm
- Forum: Open Source Nagios Projects
- Topic: configure won't create check_mysql plugin
- Replies: 2
- Views: 1593
configure won't create check_mysql plugin
Hello - I'm new to Nagios so hopefully this is an easy problem to solve. Thanks in advance. I am running Nagios Core 4.1.1 with Plugins 2.1.1 on CentOS 7. I am using the configure script to generate plugins, however I am unable to generate check_mysql. I am using the flag --with-mysql=/usr/bin/mysql...