riemann-babbler 0.7.4 → 0.7.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.
data/config.yml CHANGED
@@ -2,14 +2,13 @@ riemann:
2
2
  host: 127.0.0.1
3
3
  port: 5555
4
4
  proto: auto # auto use tcp + udp(max size 16384), tcp - tcp only
5
+ interval: 60 # update interval for all plugins
5
6
 
6
7
  logger:
7
8
  level: DEBUG
8
9
 
9
10
  plugins:
10
11
 
11
- interval: 60
12
-
13
12
  dummy:
14
13
  service: keep alive
15
14
 
@@ -31,7 +31,7 @@ module Riemann
31
31
  @storage = Hash.new
32
32
  @hostname = get_hostname
33
33
  init
34
- plugin.set_default(:interval, configatron.plugins.interval)
34
+ plugin.set_default(:interval, configatron.riemann.interval)
35
35
  run
36
36
  end
37
37
 
@@ -1,5 +1,5 @@
1
1
  module Riemann
2
2
  class Babbler
3
- VERSION = '0.7.4'
3
+ VERSION = '0.7.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.7.4
4
+ version: 0.7.5
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: -2215169810649815298
168
+ hash: 2415545248627395143
169
169
  required_rubygems_version: !ruby/object:Gem::Requirement
170
170
  none: false
171
171
  requirements: