sensu-plugins-mysql icon indicating copy to clipboard operation
sensu-plugins-mysql copied to clipboard

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

Results 23 sensu-plugins-mysql issues
Sort by recently updated
recently updated
newest added

_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...

dependencies

## Pull Request Checklist **Is this in reference to an existing issue?** Yes: #77 #### General - [X] Update Changelog following the conventions laid out [here](https://github.com/sensu-plugins/community/blob/master/HOW_WE_CHANGELOG.md) - [ ] Update...

## Pull Request Checklist **Is this in reference to an existing issue?** no #### General - [x] Update Changelog following the conventions laid out [here](https://github.com/sensu-plugins/community/blob/master/HOW_WE_CHANGELOG.md) - [ ] Update README...

## Presentation Launching an agent to check for mysql health, I get an error I don't know how to solve. ## The context I use Docker images with ruby shared...

migrate to mysql2 gem to fix runs against MySQL8 ## Pull Request Checklist https://github.com/sensu-plugins/sensu-plugins-mysql/issues/99 #### General - [x] Update Changelog following the conventions laid out [here](https://github.com/sensu-plugins/community/blob/master/HOW_WE_CHANGELOG.md) - [x] Update README...

Hey Im Getting This Error for some checks. I read in some websites that the solution is to install mysql2 gem but still didnt helped me. `/opt/sensu/embedded/lib/ruby/site_ruby/2.4.0/rubygems/core_ext/kernel_require.rb:54:in `require': cannot load...

## Pull Request Checklist #### General - [x] Update Changelog following the conventions laid out [here](https://github.com/sensu-plugins/community/blob/master/HOW_WE_CHANGELOG.md) - [x] Update README with any necessary configuration snippets - [x] RuboCop passes -...

Type: Enhancement
Status: Awaiting Response
Status: Needs Changelog
Area: Check

## Pull Request Checklist **Is this in reference to an existing issue?** No #### General - [x] Update Changelog following the conventions laid out [here](https://github.com/sensu-plugins/community/blob/master/HOW_WE_CHANGELOG.md) - [ ] Update README...

These need to be converted away from the "mysql" gem. It's long-dead. It won't even compile against mysql8-dev. I'd go for it, but my ruby skills are.. questionable. at best....

MySQL 8 changed the default charset to utf8mb4. It seems this broke the mysql sensu scripts, as they all error out when connecting now. ```CheckMySQLHealth CRITICAL: MySQL check failed: unknown...