sensu-plugins / sensu-plugins-mysql

This plugin provides native MySQL instrumentation for monitoring and metrics collection, including: service health, database connectivity, `InnoDB` locks, replication status, metrics collection, and sending metrics to a MySQL database.

Home Page:http://sensu-plugins.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"mysql" ruby gem considered deprecated

luxifer opened this issue · comments

According to https://rubygems.org/gems/mysql the mysql gem is considered deprecated.

Please note that tmtm (Tomita Mashahiro) has deprecated development of this extension and only update it for bug fixes.

Also I noticed that this plugin also required the mysql2 gem. Why both?

metrics-mysql-graphite.rb uses mysql2. We should probably move to that given that mysql is deprecated.

Opened #13 to update check-mysql-connections

#13 should close this