sensu-plugins-sensu 2.2.0 → 2.2.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c35936006dfebb7842bdb342ee2f16efb7150e24
4
- data.tar.gz: 38f8364250b1d8c065095c8062e0acfbfb8f3e1c
3
+ metadata.gz: a1401339a1cda4b1a6f09840b51533cfd1baa368
4
+ data.tar.gz: 52c826df78808ce97f0ea0b1da800fdc8f0f9e8e
5
5
  SHA512:
6
- metadata.gz: b13cc8882d0697c011905651d9979fc29b4a9aa4677a7aff415942c6e3ac4115d4bc16817b0bec6b62a9f6d50b6165cd666103d3b1d9e478c271a16618b22003
7
- data.tar.gz: 09fc225e9e570259bf63e77911fcb58f7117147e0211ecbfd21c88e2972d8c3566a7f1c7f438abc6311927efbea4cf8a5095e169d014dcd14e67328518414c6a
6
+ metadata.gz: a4497e79d733c9a6325a573af36327cee48fd0c5725730c4164b3fd53b6073430c069391c6403271221df4ccbd1e23228b5e4997d87c3b05c42a1085c6ea8aa4
7
+ data.tar.gz: c147e367c3e10b0616b2a8a354e1fa02b49815b606409a6512d94a7770f4bc6e07b7f8854b3fa245b3b5e8dbacd6bb1d4536f77c15d5e42e31afd97de4c027bc
data/CHANGELOG.md CHANGED
@@ -6,6 +6,10 @@ Which is based on [Keep A Changelog](http://keepachangelog.com/)
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [2.2.1] - 2017-09-25
10
+ ### Fixed
11
+ - check-stale-results.rb: Removed broken and unnecessary block argument that stopped the plugin from running (@portertech)
12
+
9
13
  ## [2.2.0] - 2017-09-16
10
14
  ### Changed
11
15
  - check-aggregates.rb: Add options `--stale-percentage` and `--stale-count` to warn on stale data (@rbanffy)
@@ -83,6 +87,7 @@ Which is based on [Keep A Changelog](http://keepachangelog.com/)
83
87
  - initial release
84
88
 
85
89
  [Unreleased]: https://github.com/sensu-plugins/sensu-plugins-sensu/compare/2.2.0...HEAD
90
+ [2.2.1]: https://github.com/sensu-plugins/sensu-plugins-sensu/compare/2.2.0...2.2.1
86
91
  [2.2.0]: https://github.com/sensu-plugins/sensu-plugins-sensu/compare/2.1.0...2.2.0
87
92
  [2.1.1]: https://github.com/sensu-plugins/sensu-plugins-sensu/compare/2.1.0...2.1.1
88
93
  [2.1.0]: https://github.com/sensu-plugins/sensu-plugins-sensu/compare/2.0.0...2.1.0
@@ -60,7 +60,7 @@ class CheckStaleResults < Sensu::Plugin::Check::CLI
60
60
  end.compact.reverse.join(' ')
61
61
  end
62
62
 
63
- def api_request(method, path, _blk)
63
+ def api_request(method, path)
64
64
  unless settings.key?('api')
65
65
  raise 'api.json settings not found.'
66
66
  end
@@ -3,7 +3,7 @@ module SensuPluginsSensu
3
3
  module Version
4
4
  MAJOR = 2
5
5
  MINOR = 2
6
- PATCH = 0
6
+ PATCH = 1
7
7
 
8
8
  VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
9
9
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sensu-plugins-sensu
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.0
4
+ version: 2.2.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: 2017-09-16 00:00:00.000000000 Z
11
+ date: 2017-09-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sensu-plugin