Search found 3 matches

by internethering
Thu Nov 15, 2018 8:49 am
Forum: Open Source Nagios Projects
Topic: check_mysql_query segfaults with mysql-connector-c
Replies: 6
Views: 3016

Re: check_mysql_query segfaults with mysql-connector-c

Thanks. The problem exists for check_mysql_query from nagios-plugins.org too. I updated my first post with actual backtraces and a patch for one problem. By the way, check_mysql has the problem with .mylogin.cnf too: Core was generated by `/usr/lib64/nagios/plugins/check_mysql -H localhost -n'. Prog...
by internethering
Tue Oct 16, 2018 7:26 am
Forum: Open Source Nagios Projects
Topic: check_mysql_query segfaults with mysql-connector-c
Replies: 6
Views: 3016

Re: check_mysql_query segfaults with mysql-connector-c

scottwilkerson wrote:We are not the author of this, are you sure you are working with the nagios-plugins package and not something else?
Ups, you're right. Correct address: https://github.com/monitoring-plugins/m ... ssues/1557
by internethering
Thu Oct 04, 2018 2:35 am
Forum: Open Source Nagios Projects
Topic: check_mysql_query segfaults with mysql-connector-c
Replies: 6
Views: 3016

check_mysql_query segfaults with mysql-connector-c

Hi, Gentoo switched from mysql shipped client libs to mysql-connector-c (https://dev.mysql.com/downloads/connector/c/). This causes two problems with check_mysql_query: /usr/lib64/nagios/plugins/check_mysql_query -q "SELECT CASE WHEN variable_value = 'ON' THEN 0 ELSE 2 END FROM information_sche...