riemann-babbler 0.9.9 → 0.9.9.1
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/lib/riemann/version.rb +1 -1
- data/lib/start.rb +1 -0
- metadata +2 -2
data/lib/riemann/version.rb
CHANGED
data/lib/start.rb
CHANGED
@@ -124,6 +124,7 @@ class Riemann::Babbler::Starter
|
|
124
124
|
:port => config.riemann.port
|
125
125
|
)
|
126
126
|
riemann = ( config.riemann.proto == 'tcp' ) ? riemann.tcp : riemann
|
127
|
+
riemann.connect
|
127
128
|
rescue
|
128
129
|
logger.fatal "Can't resolv riemann host: #{config.riemann.host}"
|
129
130
|
sleep 5
|
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.9.9
|
4
|
+
version: 0.9.9.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -194,7 +194,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
194
194
|
version: '0'
|
195
195
|
segments:
|
196
196
|
- 0
|
197
|
-
hash: -
|
197
|
+
hash: -1214974118746484053
|
198
198
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
199
199
|
none: false
|
200
200
|
requirements:
|