scout 5.4.5.alpha → 5.4.5.1.alpha
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/scout/command/stream.rb +3 -3
- data/lib/scout/daemon_spawn.rb +1 -1
- data/lib/scout/version.rb +1 -1
- metadata +37 -41
data/lib/scout/command/stream.rb
CHANGED
|
@@ -31,14 +31,14 @@ module Scout
|
|
|
31
31
|
|
|
32
32
|
if daemon_command.include? "start" # can be 'start' or 'restart'
|
|
33
33
|
if File.exists?(streamer_pid_file)
|
|
34
|
-
puts
|
|
34
|
+
puts("PID file existed. Restarting ...") if $stdin.tty?
|
|
35
35
|
Scout::StreamerControl.restart(streamer_control_options,streamer_control_args)
|
|
36
36
|
else
|
|
37
|
-
puts
|
|
37
|
+
puts("Starting ... ") if $stdin.tty?
|
|
38
38
|
Scout::StreamerControl.start(streamer_control_options,streamer_control_args)
|
|
39
39
|
end
|
|
40
40
|
elsif daemon_command == "stop"
|
|
41
|
-
puts
|
|
41
|
+
puts("Stopping ...") if $stdin.tty?
|
|
42
42
|
Scout::StreamerControl.stop(streamer_control_options,[])
|
|
43
43
|
else
|
|
44
44
|
puts "usage: scout stream [your_scout_key] [start|stop]"
|
data/lib/scout/daemon_spawn.rb
CHANGED
data/lib/scout/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,40 +1,39 @@
|
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: scout
|
|
3
|
-
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 5.4.5.alpha
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 5.4.5.1.alpha
|
|
5
|
+
prerelease: 8
|
|
5
6
|
platform: ruby
|
|
6
|
-
authors:
|
|
7
|
+
authors:
|
|
7
8
|
- Andre Lewis
|
|
8
9
|
- Derek Haynes
|
|
9
10
|
- James Edward Gray II
|
|
10
11
|
autorequire:
|
|
11
12
|
bindir: bin
|
|
12
13
|
cert_chain: []
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
dependencies:
|
|
17
|
-
- !ruby/object:Gem::Dependency
|
|
14
|
+
date: 2011-12-14 00:00:00.000000000 Z
|
|
15
|
+
dependencies:
|
|
16
|
+
- !ruby/object:Gem::Dependency
|
|
18
17
|
name: elif
|
|
18
|
+
requirement: &70137852313700 !ruby/object:Gem::Requirement
|
|
19
|
+
none: false
|
|
20
|
+
requirements:
|
|
21
|
+
- - ! '>='
|
|
22
|
+
- !ruby/object:Gem::Version
|
|
23
|
+
version: '0'
|
|
19
24
|
type: :runtime
|
|
20
|
-
|
|
21
|
-
version_requirements:
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
- !ruby/object:Gem::Version
|
|
25
|
-
version: "0"
|
|
26
|
-
version:
|
|
27
|
-
description: |
|
|
28
|
-
Scout makes monitoring and reporting on your web applications as flexible and simple as possible.
|
|
25
|
+
prerelease: false
|
|
26
|
+
version_requirements: *70137852313700
|
|
27
|
+
description: ! 'Scout makes monitoring and reporting on your web applications as flexible
|
|
28
|
+
and simple as possible.
|
|
29
29
|
|
|
30
|
+
'
|
|
30
31
|
email: support@scoutapp.com
|
|
31
|
-
executables:
|
|
32
|
+
executables:
|
|
32
33
|
- scout
|
|
33
34
|
extensions: []
|
|
34
|
-
|
|
35
35
|
extra_rdoc_files: []
|
|
36
|
-
|
|
37
|
-
files:
|
|
36
|
+
files:
|
|
38
37
|
- .gitignore
|
|
39
38
|
- CHANGELOG
|
|
40
39
|
- Gemfile
|
|
@@ -220,34 +219,31 @@ files:
|
|
|
220
219
|
- vendor/signature/spec/signature_spec.rb
|
|
221
220
|
- vendor/signature/spec/spec_helper.rb
|
|
222
221
|
- vendor/util/lib/core_extensions.rb
|
|
223
|
-
has_rdoc: true
|
|
224
222
|
homepage: http://scoutapp.com
|
|
225
223
|
licenses: []
|
|
226
|
-
|
|
227
224
|
post_install_message:
|
|
228
225
|
rdoc_options: []
|
|
229
|
-
|
|
230
|
-
require_paths:
|
|
226
|
+
require_paths:
|
|
231
227
|
- lib
|
|
232
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
228
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
229
|
+
none: false
|
|
230
|
+
requirements:
|
|
231
|
+
- - ! '>='
|
|
232
|
+
- !ruby/object:Gem::Version
|
|
233
|
+
version: '0'
|
|
234
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
235
|
+
none: false
|
|
236
|
+
requirements:
|
|
237
|
+
- - ! '>'
|
|
238
|
+
- !ruby/object:Gem::Version
|
|
242
239
|
version: 1.3.1
|
|
243
|
-
version:
|
|
244
240
|
requirements: []
|
|
245
|
-
|
|
246
241
|
rubyforge_project: scout
|
|
247
|
-
rubygems_version: 1.
|
|
242
|
+
rubygems_version: 1.8.10
|
|
248
243
|
signing_key:
|
|
249
244
|
specification_version: 3
|
|
250
|
-
summary: Web-based monitoring, reporting, and alerting for your servers, clusters,
|
|
251
|
-
|
|
245
|
+
summary: Web-based monitoring, reporting, and alerting for your servers, clusters,
|
|
246
|
+
and applications.
|
|
247
|
+
test_files:
|
|
252
248
|
- test/plugins/disk_usage.rb
|
|
253
249
|
- test/scout_test.rb
|