sensu-plugins-mysql 2.5.0 → 2.5.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 047cfd16fcb8dbdad410dce0f2ef3f4a438f77fc76091912200656d3340ccf88
4
- data.tar.gz: 2cd3ad7a243d134f2c6a6dd86e6f0fda48d1737470333a3bb0cacd09a9558bd8
3
+ metadata.gz: 837089dfe4f5943167e494fe71bbbe799a441be04073ca8813b84a968ab98b09
4
+ data.tar.gz: f9dcbdfaabd1472c9d23960c954dcbf35a4f5181c73a7357e9b5c0f65265fb94
5
5
  SHA512:
6
- metadata.gz: fdafcf335638b6d805922a3db4f9cf7d48f419f7d1b70d1c9050426b9ee79f1667d5d72a414be37b94e50158390c3be6c0e0dd44876888ceebe5841f8c802db9
7
- data.tar.gz: 7682ac87a3e900789e60c85e0314112790ea82ed2927791d03d355f28bb82a1a578b06653170bcd84eba1ff54cf5bc5492c7d9993ea31c0d7a81bd64db1a3cb6
6
+ metadata.gz: 3e9046d1e474a87b7500c0e2cb805bec7a389d6a923efc2df277947cbc10afc9b8f46f8ec1049c0556209e023776a7b6f2287a587e1cd9eb57613939b5cef185
7
+ data.tar.gz: d4c0ee6a07fb14d5204ac1336cd934a95f0637d0fdae75a8549895409c00115e972d8974c85fe94950939527c6e64619f7080b3c68daabc3c4e8e7690a1a0c82
@@ -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.0...HEAD
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
@@ -48,7 +48,7 @@ class CheckMySQL < Sensu::Plugin::Check::CLI
48
48
 
49
49
  option :ini,
50
50
  description: 'My.cnf ini file',
51
- short: '-i',
51
+ short: '-i VALUE',
52
52
  long: '--ini VALUE'
53
53
 
54
54
  option :ini_section,
@@ -2,7 +2,7 @@ module SensuPluginsMySql
2
2
  module Version
3
3
  MAJOR = 2
4
4
  MINOR = 5
5
- PATCH = 0
5
+ PATCH = 1
6
6
 
7
7
  VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
8
8
  end
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.0
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-13 00:00:00.000000000 Z
11
+ date: 2018-06-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: inifile