sensu-plugins-rabbitmq 8.0.0 → 8.1.0

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: a73b703d9310702e3df21dd8b5f16d77ab95418aba26f92f8bd1fcb708e4a8f3
4
- data.tar.gz: 1ee9ec3d5a784bd1b366c2086c0635468e0460007bdae27ee87812549bbae480
3
+ metadata.gz: e2c2d35c302ef73dca043a7c76f6993c716538c931915e5d2565f0e3b6a342de
4
+ data.tar.gz: aca32acdcec68872d6f40047347c1e51f8f933b5404681057530c5a60bb2af58
5
5
  SHA512:
6
- metadata.gz: 7055eb5a327f2eb71bc950e162015087cc651a97b4aaea1cf264f77b5761a3eceb973a25cfa88a29a6b17829eec54a970570e419198a381ead066d73686fa7b1
7
- data.tar.gz: fe809cb10ee7450fad387be90c83f20f50b902781b1d6a0abaa1dc4270866f8a1e3602a5a727787cbf7d96aceeef930f9cba7e47047cfd944fd22bb7afe7c21c
6
+ metadata.gz: a330d150325de765c46882cb4edf851bd39bf628b25e068f945cda89300563de0ffe1950ee01c027dadfdde0d187bf0a695cba31e664938498d7084689e1b5c3
7
+ data.tar.gz: 6e858d440e3b63ebfe5afefaaae3ddccd791c4c3d08a67205fa9b770f7ecd7131663252432651bf675866f1abcbe27ca9f8b4285a183449032f4a92bc4490554
@@ -5,6 +5,10 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
5
5
 
6
6
  ## [Unreleased]
7
7
 
8
+ ## [8.1.0] - 2019-12-09
9
+ ### Added
10
+ - Updated asset build targets to support centos6
11
+
8
12
  ## [8.0.0] - 2019-04-29
9
13
  ### Breaking Changes
10
14
  - Bump `sensu-plugin` dependency from `~> 3.0` to `~> 4.0` you can read the changelog entries for [4.0](https://github.com/sensu-plugins/sensu-plugin/blob/master/CHANGELOG.md#400---2018-02-17), [3.0](https://github.com/sensu-plugins/sensu-plugin/blob/master/CHANGELOG.md#300---2018-12-04), and [2.0](https://github.com/sensu-plugins/sensu-plugin/blob/master/CHANGELOG.md#v200---2017-03-29)
@@ -238,7 +242,8 @@ NOTE: this release changes the option flags in check-rabbitmq-node-health.rb to
238
242
  - Remove copy paste errors in the Readme
239
243
  - Removed Rubygems require Ruby 1.8.7 backwards compatibility from all plugins
240
244
 
241
- [Unreleased]: https://github.com/sensu-plugins/sensu-plugins-rabbitmq/compare/8.0.0...HEAD
245
+ [Unreleased]: https://github.com/sensu-plugins/sensu-plugins-rabbitmq/compare/8.1.0...HEAD
246
+ [8.1.0]: https://github.com/sensu-plugins/sensu-plugins-rabbitmq/compare/8.0.0...8.1.0
242
247
  [8.0.0]: https://github.com/sensu-plugins/sensu-plugins-rabbitmq/compare/7.0.1...8.0.0
243
248
  [7.0.1]: https://github.com/sensu-plugins/sensu-plugins-rabbitmq/compare/7.0.0...7.0.1
244
249
  [7.0.0]: https://github.com/sensu-plugins/sensu-plugins-rabbitmq/compare/6.0.0...7.0.0
@@ -3,7 +3,7 @@
3
3
  module SensuPluginsRabbitMQ
4
4
  module Version
5
5
  MAJOR = 8
6
- MINOR = 0
6
+ MINOR = 1
7
7
  PATCH = 0
8
8
 
9
9
  VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sensu-plugins-rabbitmq
3
3
  version: !ruby/object:Gem::Version
4
- version: 8.0.0
4
+ version: 8.1.0
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: 2019-04-30 00:00:00.000000000 Z
11
+ date: 2019-12-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sensu-plugin
@@ -297,22 +297,22 @@ description: |-
297
297
  via `rabbitmq_management`, and more
298
298
  email: "<sensu-users@googlegroups.com>"
299
299
  executables:
300
+ - metrics-rabbitmq-queue.rb
301
+ - check-rabbitmq-messages.rb
300
302
  - metrics-rabbitmq-exchange.rb
303
+ - check-rabbitmq-node-usage.rb
301
304
  - check-rabbitmq-network-partitions.rb
302
- - check-rabbitmq-consumer-utilisation.rb
303
305
  - check-rabbitmq-amqp-alive.rb
306
+ - check-rabbitmq-stomp-alive.rb
304
307
  - check-rabbitmq-node-health.rb
305
- - metrics-rabbitmq-queue.rb
308
+ - check-rabbitmq-queues-synchronised.rb
309
+ - check-rabbitmq-queue-drain-time.rb
310
+ - check-rabbitmq-consumers.rb
306
311
  - check-rabbitmq-queue.rb
307
- - check-rabbitmq-cluster-health.rb
308
312
  - metrics-rabbitmq-overview.rb
309
- - check-rabbitmq-queue-drain-time.rb
310
- - check-rabbitmq-node-usage.rb
313
+ - check-rabbitmq-cluster-health.rb
314
+ - check-rabbitmq-consumer-utilisation.rb
311
315
  - check-rabbitmq-alive.rb
312
- - check-rabbitmq-consumers.rb
313
- - check-rabbitmq-stomp-alive.rb
314
- - check-rabbitmq-queues-synchronised.rb
315
- - check-rabbitmq-messages.rb
316
316
  extensions: []
317
317
  extra_rdoc_files: []
318
318
  files:
@@ -365,7 +365,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
365
365
  - !ruby/object:Gem::Version
366
366
  version: '0'
367
367
  requirements: []
368
- rubygems_version: 3.0.3
368
+ rubyforge_project:
369
+ rubygems_version: 2.7.7
369
370
  signing_key:
370
371
  specification_version: 4
371
372
  summary: Sensu plugins for rabbitmq