sensu-plugins-mysql 2.5.0 → 2.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -1
- data/bin/check-mysql-alive.rb +1 -1
- data/lib/sensu-plugins-mysql/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 837089dfe4f5943167e494fe71bbbe799a441be04073ca8813b84a968ab98b09
|
4
|
+
data.tar.gz: f9dcbdfaabd1472c9d23960c954dcbf35a4f5181c73a7357e9b5c0f65265fb94
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3e9046d1e474a87b7500c0e2cb805bec7a389d6a923efc2df277947cbc10afc9b8f46f8ec1049c0556209e023776a7b6f2287a587e1cd9eb57613939b5cef185
|
7
|
+
data.tar.gz: d4c0ee6a07fb14d5204ac1336cd934a95f0637d0fdae75a8549895409c00115e972d8974c85fe94950939527c6e64619f7080b3c68daabc3c4e8e7690a1a0c82
|
data/CHANGELOG.md
CHANGED
@@ -5,6 +5,10 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
|
|
5
5
|
|
6
6
|
## [Unreleased]
|
7
7
|
|
8
|
+
## [2.5.1] - 2018-06-21
|
9
|
+
### Fixed
|
10
|
+
- check-mysql-alive.rb: allow specifying a value for `-i` (@scones)
|
11
|
+
|
8
12
|
## [2.5.0] - 2018-06-12
|
9
13
|
### Added
|
10
14
|
- metrics-mysql-raw.rb: added `Qcache_free_memory` collection (@alchandia)
|
@@ -129,7 +133,8 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
|
|
129
133
|
### Added
|
130
134
|
- initial release
|
131
135
|
|
132
|
-
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-mysql/compare/2.5.
|
136
|
+
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-mysql/compare/2.5.1...HEAD
|
137
|
+
[2.5.1]: https://github.com/sensu-plugins/sensu-plugins-mysql/compare/2.5.0...2.5.1
|
133
138
|
[2.5.0]: https://github.com/sensu-plugins/sensu-plugins-mysql/compare/2.4.0...2.5.0
|
134
139
|
[2.4.0]: https://github.com/sensu-plugins/sensu-plugins-mysql/compare/2.3.0...2.4.0
|
135
140
|
[2.3.0]: https://github.com/sensu-plugins/sensu-plugins-mysql/compare/2.2.1...2.3.0
|
data/bin/check-mysql-alive.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sensu-plugins-mysql
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.5.
|
4
|
+
version: 2.5.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sensu-Plugins and contributors
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-06-
|
11
|
+
date: 2018-06-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: inifile
|