riemann-babbler 0.6.8 → 0.6.9

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.
@@ -31,6 +31,6 @@ logger = Logger.new(STDOUT)
31
31
  merge_config( logger, opts, configatron )
32
32
  set_logger_lvl( logger, configatron )
33
33
  load_plugins( configatron )
34
- riemann = get_riemann( configatron )
34
+ riemann = get_riemann( configatron, logger )
35
35
  load_parent( configatron )
36
36
  start_plugins( Riemann::Babbler.registered_plugins, riemann, logger, configatron )
@@ -1,5 +1,5 @@
1
1
  module Riemann
2
2
  class Babbler
3
- VERSION = '0.6.8'
3
+ VERSION = '0.6.9'
4
4
  end
5
5
  end
@@ -58,7 +58,7 @@ def load_plugins(configatron)
58
58
  plugins.each { |plugin| require plugin }
59
59
  end
60
60
 
61
- def get_riemann(configatron)
61
+ def get_riemann(configatron, logger)
62
62
  begin
63
63
  riemann_ip = Resolv.new.getaddress(configatron.riemann.host)
64
64
  riemann = Riemann::Client.new(
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.6.8
4
+ version: 0.6.9
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -165,7 +165,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
165
165
  version: '0'
166
166
  segments:
167
167
  - 0
168
- hash: 2214461379031798296
168
+ hash: 1702135007362244862
169
169
  required_rubygems_version: !ruby/object:Gem::Requirement
170
170
  none: false
171
171
  requirements: