riemann-babbler 0.2.4 → 0.2.5

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.
@@ -100,6 +100,14 @@ module Riemann
100
100
 
101
101
  # Переодически вызываемое действие
102
102
  def tick
103
+ posted_hash = hash_to_post
104
+ posted_hash.each_key do |service|
105
+ report({
106
+ :service => plugin.service + " " + service,
107
+ :metric => posted_hash[service],
108
+ :is_diff => posted_hash["is_diff"]
109
+ })
110
+ end
103
111
  end
104
112
 
105
113
  # Доступ к конфигу определенного плагина
@@ -1,5 +1,5 @@
1
1
  module Riemann
2
2
  module Babbler
3
- VERSION = '0.2.4'
3
+ VERSION = '0.2.5'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: riemann-babbler
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.4
4
+ version: 0.2.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: