nri-mysql

New Relic Infrastructure MySQL Integration

APACHE-2.0 License

Stars
11

Bot releases are visible (Hide)

nri-mysql - Version 1.2.0

Published by alejandrodnm over 5 years ago

  • SDK V3
  • Remote monitoring
nri-mysql - Version 1.1.5

Published by cristianciutea almost 6 years ago

Fixed
-Issue where the plugin returned metrics when only inventory was requested.

nri-mysql - Version 1.1.4

Published by alejandrodnm almost 6 years ago

Fix Error setting value: delta/rate metrics should be attached to an attribute identified metric-set error

nri-mysql - Version 1.1.3

Published by varas almost 6 years ago

Release notes

Changed:

Update to SDKv3

Updated the integration code from the previous version of the SDK to SDK v3.

Added:

Old password support

Previously when trying to run Mysql integration on a mysql-server with old password support https://dev.mysql.com/doc/refman/5.6/en/server-system-variables.html#sysvar_old_passwords integration won't run. If customer has set old_passwords=1 at the MySQL server integration can now connect to it.

Ignore bin folder

bin folder added to .gitignore.

Bugs fixed

Hostname issue

Integration CLI-arguments are no longer overridden by environment-variables
As CLI-args are used by the NRI agent HOSTNAME that is a common bash env-var is not used to set MySql-host unless no hostname is provided via config.


Commit list

  • (b3564a1) SDK upgraded to v3
  • (9291d9e) Add bin to gitignore
  • (a7bb95c) Ensure cli args are not overriden by env vars
  • (5f341ef) Allow old passwords
nri-mysql - Version 1.1.2

Published by varas almost 6 years ago

  • 453b424 : Include Mysql Master Host in slave metrics
nri-mysql - Version 1.1.1

Published by xino12 about 6 years ago

Replace old package.

nri-mysql - Version 1.1.0

Published by xino12 about 6 years ago

Added

  • Include replica metrics