scout 5.9.11 → 5.9.12
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 +5 -1
- data/lib/scout/version.rb +1 -1
- data/scout.gemspec +1 -1
- metadata +25 -16
- checksums.yaml +0 -7
data/CHANGELOG.markdown
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
# 5.9.12
|
|
2
|
+
|
|
3
|
+
* Report disk metrics from Linux servers with different filesystem
|
|
4
|
+
|
|
1
5
|
# 5.9.8
|
|
2
6
|
|
|
3
7
|
* Make validation of private plugins more robust
|
|
@@ -271,7 +275,7 @@
|
|
|
271
275
|
|
|
272
276
|
# 5.0.3
|
|
273
277
|
|
|
274
|
-
* fixed regression: Error when running `scout AGENT_KEY` without first running scout and manually entering the agent key
|
|
278
|
+
* fixed regression: Error when running `scout AGENT_KEY` without first running scout and manually entering the agent key
|
|
275
279
|
|
|
276
280
|
# 5.0.2
|
|
277
281
|
|
data/lib/scout/version.rb
CHANGED
data/scout.gemspec
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: scout
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 5.9.
|
|
4
|
+
version: 5.9.12
|
|
5
|
+
prerelease:
|
|
5
6
|
platform: ruby
|
|
6
7
|
authors:
|
|
7
8
|
- Andre Lewis
|
|
@@ -9,45 +10,51 @@ authors:
|
|
|
9
10
|
autorequire:
|
|
10
11
|
bindir: bin
|
|
11
12
|
cert_chain: []
|
|
12
|
-
date:
|
|
13
|
+
date: 2018-03-05 00:00:00.000000000 Z
|
|
13
14
|
dependencies:
|
|
14
15
|
- !ruby/object:Gem::Dependency
|
|
15
16
|
name: elif
|
|
16
17
|
requirement: !ruby/object:Gem::Requirement
|
|
18
|
+
none: false
|
|
17
19
|
requirements:
|
|
18
|
-
- -
|
|
20
|
+
- - ! '>='
|
|
19
21
|
- !ruby/object:Gem::Version
|
|
20
22
|
version: '0'
|
|
21
23
|
type: :runtime
|
|
22
24
|
prerelease: false
|
|
23
25
|
version_requirements: !ruby/object:Gem::Requirement
|
|
26
|
+
none: false
|
|
24
27
|
requirements:
|
|
25
|
-
- -
|
|
28
|
+
- - ! '>='
|
|
26
29
|
- !ruby/object:Gem::Version
|
|
27
30
|
version: '0'
|
|
28
31
|
- !ruby/object:Gem::Dependency
|
|
29
32
|
name: server_metrics
|
|
30
33
|
requirement: !ruby/object:Gem::Requirement
|
|
34
|
+
none: false
|
|
31
35
|
requirements:
|
|
32
|
-
- -
|
|
36
|
+
- - ! '>='
|
|
33
37
|
- !ruby/object:Gem::Version
|
|
34
|
-
version: 1.2.
|
|
38
|
+
version: 1.2.18
|
|
35
39
|
type: :runtime
|
|
36
40
|
prerelease: false
|
|
37
41
|
version_requirements: !ruby/object:Gem::Requirement
|
|
42
|
+
none: false
|
|
38
43
|
requirements:
|
|
39
|
-
- -
|
|
44
|
+
- - ! '>='
|
|
40
45
|
- !ruby/object:Gem::Version
|
|
41
|
-
version: 1.2.
|
|
42
|
-
description:
|
|
43
|
-
|
|
46
|
+
version: 1.2.18
|
|
47
|
+
description: ! 'The scout gem reports metrics to server.pingdom.com, an easy-to-use
|
|
48
|
+
hosted server monitoring service.
|
|
49
|
+
|
|
50
|
+
'
|
|
44
51
|
email: support.server@pingdom.com
|
|
45
52
|
executables:
|
|
46
53
|
- scout
|
|
47
54
|
extensions: []
|
|
48
55
|
extra_rdoc_files: []
|
|
49
56
|
files:
|
|
50
|
-
-
|
|
57
|
+
- .gitignore
|
|
51
58
|
- CHANGELOG.markdown
|
|
52
59
|
- Gemfile
|
|
53
60
|
- LICENSE
|
|
@@ -313,26 +320,27 @@ files:
|
|
|
313
320
|
- vendor/util/lib/core_extensions.rb
|
|
314
321
|
homepage: http://server.pingdom.com
|
|
315
322
|
licenses: []
|
|
316
|
-
metadata: {}
|
|
317
323
|
post_install_message:
|
|
318
324
|
rdoc_options: []
|
|
319
325
|
require_paths:
|
|
320
326
|
- lib
|
|
321
327
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
328
|
+
none: false
|
|
322
329
|
requirements:
|
|
323
|
-
- -
|
|
330
|
+
- - ! '>='
|
|
324
331
|
- !ruby/object:Gem::Version
|
|
325
332
|
version: '0'
|
|
326
333
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
334
|
+
none: false
|
|
327
335
|
requirements:
|
|
328
|
-
- -
|
|
336
|
+
- - ! '>='
|
|
329
337
|
- !ruby/object:Gem::Version
|
|
330
338
|
version: '0'
|
|
331
339
|
requirements: []
|
|
332
340
|
rubyforge_project: scout
|
|
333
|
-
rubygems_version:
|
|
341
|
+
rubygems_version: 1.8.23
|
|
334
342
|
signing_key:
|
|
335
|
-
specification_version:
|
|
343
|
+
specification_version: 3
|
|
336
344
|
summary: Scout is an easy-to-use hosted server monitoring service. The scout Ruby
|
|
337
345
|
gem reports metrics to our service. The agent runs plugins, configured via the Scout
|
|
338
346
|
web interface, to monitor a server.
|
|
@@ -340,3 +348,4 @@ test_files:
|
|
|
340
348
|
- test/plugins/disk_usage.rb
|
|
341
349
|
- test/scout_test.rb
|
|
342
350
|
- test/streamer_test.rb
|
|
351
|
+
has_rdoc:
|
checksums.yaml
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
SHA1:
|
|
3
|
-
metadata.gz: 3b4336f4958103f7eca09e4a6cbbbdc649b276b4
|
|
4
|
-
data.tar.gz: f954c1257aabc4f5c7f10cb7d39eba3995c403f7
|
|
5
|
-
SHA512:
|
|
6
|
-
metadata.gz: b51b1005a628478a71a4378211996a6e9f0bfbff76732c1985d9d71e882d94ed8b5b826155b50e6f025ccee1fd557b0db7b2aa87963b62162b3af8796c9fb3b3
|
|
7
|
-
data.tar.gz: 5907bf92f514ef4fb0d46de61b885b6e48b3b291de3385a75b6a01c87389f00bd9f85184fade37a484f71c39b3422fb645671ba12dbb47d891d60860780825fa
|