scout 5.9.7.pre → 5.9.7.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/CHANGELOG.markdown +8 -0
- data/lib/scout/streamer.rb +1 -1
- data/lib/scout/version.rb +1 -1
- metadata +5 -5
data/CHANGELOG.markdown
CHANGED
data/lib/scout/streamer.rb
CHANGED
|
@@ -33,7 +33,7 @@ module Scout
|
|
|
33
33
|
|
|
34
34
|
# get the array of plugins, AKA the plugin plan
|
|
35
35
|
@all_plugins = Array(@history["old_plugins"])
|
|
36
|
-
info("Starting streamer with key=#{streaming_key} and plugin_ids: #{plugin_ids.inspect}. #{@history_file} includes plugin ids #{@all_plugins.map{|p|p['id']}.inspect}. http_proxy = #{http_proxy}")
|
|
36
|
+
info("Starting streamer with key=#{streaming_key} and plugin_ids: #{plugin_ids.inspect}. System metric collectors: #{system_metric_collectors.inspect}. #{@history_file} includes plugin ids #{@all_plugins.map{|p|p['id']}.inspect}. http_proxy = #{http_proxy}")
|
|
37
37
|
|
|
38
38
|
# selected_plugins is subset of the @all_plugins -- those selected in plugin_ids
|
|
39
39
|
selected_plugins = compile_plugins(@all_plugins, plugin_ids)
|
data/lib/scout/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: scout
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 5.9.7.
|
|
5
|
-
prerelease:
|
|
4
|
+
version: 5.9.7.1
|
|
5
|
+
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Andre Lewis
|
|
@@ -11,7 +11,7 @@ authors:
|
|
|
11
11
|
autorequire:
|
|
12
12
|
bindir: bin
|
|
13
13
|
cert_chain: []
|
|
14
|
-
date: 2014-
|
|
14
|
+
date: 2014-10-01 00:00:00.000000000 Z
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|
|
17
17
|
name: elif
|
|
@@ -334,9 +334,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
334
334
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
335
335
|
none: false
|
|
336
336
|
requirements:
|
|
337
|
-
- - ! '
|
|
337
|
+
- - ! '>='
|
|
338
338
|
- !ruby/object:Gem::Version
|
|
339
|
-
version:
|
|
339
|
+
version: '0'
|
|
340
340
|
requirements: []
|
|
341
341
|
rubyforge_project: scout
|
|
342
342
|
rubygems_version: 1.8.23
|