riemann-babbler 0.9.9.2 → 0.9.9.3
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/babbler/plugins/dummy.rb +1 -1
- data/lib/riemann/version.rb +1 -1
- metadata +2 -5
@@ -6,7 +6,7 @@ class Riemann::Babbler::Dummy < Riemann::Babbler
|
|
6
6
|
else
|
7
7
|
logger.fatal "Can't access to riemann host: #{configatron.riemann.host}, port #{configatron.riemann.port}, proto tcp"
|
8
8
|
end
|
9
|
-
|
9
|
+
disk << { :service => plugin.service, :state => 'ok' }
|
10
10
|
end
|
11
11
|
|
12
12
|
end
|
data/lib/riemann/version.rb
CHANGED
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.3
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-05-
|
12
|
+
date: 2013-05-16 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: riemann-client
|
@@ -192,9 +192,6 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
192
192
|
- - ! '>='
|
193
193
|
- !ruby/object:Gem::Version
|
194
194
|
version: '0'
|
195
|
-
segments:
|
196
|
-
- 0
|
197
|
-
hash: 2251556162685652986
|
198
195
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
199
196
|
none: false
|
200
197
|
requirements:
|