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 CHANGED
@@ -1,3 +1,11 @@
1
+ # 5.9.7.1
2
+
3
+ * write a bit more information about system metrics in the realtime log
4
+
5
+ # 5.9.7
6
+
7
+ * Preliminary support for realtime compatibility with GO agent
8
+
1
9
  # 5.9.5
2
10
 
3
11
  * If plugin last_run is in the future, run the plugins now
@@ -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
@@ -1,3 +1,3 @@
1
1
  module Scout
2
- VERSION = "5.9.7.pre"
2
+ VERSION = "5.9.7.1"
3
3
  end
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.pre
5
- prerelease: 6
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-08-06 00:00:00.000000000 Z
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: 1.3.1
339
+ version: '0'
340
340
  requirements: []
341
341
  rubyforge_project: scout
342
342
  rubygems_version: 1.8.23