sensu-plugins-turbine 1.0.1 → 1.0.2

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: 358add442b5fa444c5592505fcb7a307fc5a8a3e
4
- data.tar.gz: dd5dcaee0615d0df628607be631c8aea1a145ff2
3
+ metadata.gz: cc03c14037e40e024e445472354c99029efbe75e
4
+ data.tar.gz: adc58b6972c4b12f3b52daef0901c009b9769c17
5
5
  SHA512:
6
- metadata.gz: 778ad6ef69bf3ae7c89b91c4183ea84106c7e1e66598cd383c790277e2f0b6473a8019a7dc08fc20f5691832b7c33fdd50d7e075c496965dd1afd0bb73cd958e
7
- data.tar.gz: 07fbdcf6074574ee31555727c50d775e29930cbadb7644fc483569481bbd4bfea70eeac8aad48961b16bc069d3ea84d6d7a2c98e225fc72a36b091a1a35bfe8c
6
+ metadata.gz: 12e55c88c8ff05168722d6d6262b826a4828c3c8ff1c15b29ef3d477ada46643eae3f8c6571f042d0fb6fdfa1f293f948f917de53e9a4cfdb86e46efa64fdb45
7
+ data.tar.gz: 9771f455ebf715554a344d47024a66ad8d7320f6d730abb3970195b6d042b1d8e3f24a816655ef9a221df6d277d4c4c5b09eb760582e67084ade4fb686a40616
@@ -61,6 +61,7 @@ class PodsMetrics < Sensu::Plugin::Metric::CLI::Graphite
61
61
  json_data = JSON.parse(message)
62
62
  if json_data['name'] == @thread_pool
63
63
  info.size.times { |i| output "#{@scheme}.#{json_data['name']}.#{info[i]}", json_data[info[i]] }
64
+ source.close
64
65
  end
65
66
  end
66
67
  source.start
@@ -2,7 +2,7 @@ module SensuPluginsTurbine
2
2
  module Version
3
3
  MAJOR = 1
4
4
  MINOR = 0
5
- PATCH = 1
5
+ PATCH = 2
6
6
 
7
7
  VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sensu-plugins-turbine
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - mickfeech and contributors