netuitived 0.9.9 → 0.9.10
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/bin/netuitived +0 -0
- metadata +20 -18
- checksums.yaml +0 -7
data/bin/netuitived
CHANGED
|
File without changes
|
metadata
CHANGED
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: netuitived
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.9.
|
|
4
|
+
version: 0.9.10
|
|
5
|
+
prerelease:
|
|
5
6
|
platform: ruby
|
|
6
7
|
authors:
|
|
7
8
|
- John King
|
|
8
9
|
autorequire:
|
|
9
10
|
bindir: bin
|
|
10
11
|
cert_chain: []
|
|
11
|
-
date: 2015-12-
|
|
12
|
+
date: 2015-12-10 00:00:00.000000000 Z
|
|
12
13
|
dependencies: []
|
|
13
14
|
description: Collects metrics over a certain interval and then sends them to Netuitive
|
|
14
15
|
email: jking@netuitive.com
|
|
@@ -17,45 +18,46 @@ executables:
|
|
|
17
18
|
extensions: []
|
|
18
19
|
extra_rdoc_files: []
|
|
19
20
|
files:
|
|
20
|
-
- lib/
|
|
21
|
-
- lib/netuitive/ingest_attribute.rb
|
|
22
|
-
- lib/netuitive/ingest_element.rb
|
|
23
|
-
- lib/netuitive/ingest_metric.rb
|
|
24
|
-
- lib/netuitive/ingest_sample.rb
|
|
21
|
+
- lib/netuitived.rb
|
|
25
22
|
- lib/netuitive/ingest_tag.rb
|
|
23
|
+
- lib/netuitive/ingest_element.rb
|
|
24
|
+
- lib/netuitive/ingest_attribute.rb
|
|
26
25
|
- lib/netuitive/metric_aggregator.rb
|
|
27
|
-
- lib/netuitive/netuitived_config_manager.rb
|
|
28
|
-
- lib/netuitive/netuitived_logger.rb
|
|
29
|
-
- lib/netuitive/netuitived_server.rb
|
|
30
26
|
- lib/netuitive/scheduler.rb
|
|
31
|
-
- lib/
|
|
27
|
+
- lib/netuitive/api_emissary.rb
|
|
28
|
+
- lib/netuitive/netuitived_server.rb
|
|
29
|
+
- lib/netuitive/netuitived_logger.rb
|
|
30
|
+
- lib/netuitive/ingest_sample.rb
|
|
31
|
+
- lib/netuitive/ingest_metric.rb
|
|
32
|
+
- lib/netuitive/netuitived_config_manager.rb
|
|
32
33
|
- config/agent.yml
|
|
33
|
-
-
|
|
34
|
+
- ./LICENSE
|
|
34
35
|
- log/netuitive.log
|
|
35
|
-
-
|
|
36
|
+
- ./README.md
|
|
36
37
|
- bin/netuitived
|
|
37
38
|
homepage: http://rubygems.org/gems/netuitived
|
|
38
39
|
licenses:
|
|
39
40
|
- Apache v2.0
|
|
40
|
-
metadata: {}
|
|
41
41
|
post_install_message:
|
|
42
42
|
rdoc_options: []
|
|
43
43
|
require_paths:
|
|
44
44
|
- lib
|
|
45
45
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
46
|
+
none: false
|
|
46
47
|
requirements:
|
|
47
|
-
- -
|
|
48
|
+
- - ! '>='
|
|
48
49
|
- !ruby/object:Gem::Version
|
|
49
50
|
version: 1.9.0
|
|
50
51
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
52
|
+
none: false
|
|
51
53
|
requirements:
|
|
52
|
-
- -
|
|
54
|
+
- - ! '>='
|
|
53
55
|
- !ruby/object:Gem::Version
|
|
54
56
|
version: '0'
|
|
55
57
|
requirements: []
|
|
56
58
|
rubyforge_project:
|
|
57
|
-
rubygems_version:
|
|
59
|
+
rubygems_version: 1.8.23
|
|
58
60
|
signing_key:
|
|
59
|
-
specification_version:
|
|
61
|
+
specification_version: 3
|
|
60
62
|
summary: Metric collection druby server
|
|
61
63
|
test_files: []
|
checksums.yaml
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
SHA1:
|
|
3
|
-
metadata.gz: dc32ef1d10398b3d497aa5e5186fc5b4da144297
|
|
4
|
-
data.tar.gz: 436273cae9624c69079d7a00c9490fbc01f6b483
|
|
5
|
-
SHA512:
|
|
6
|
-
metadata.gz: 1b80f244abce3fbda4c22ba8c2c41294b764469ab312c394671cc070945622c6eadcbdf0d8cf5517471f4e0e05c618f6d63c443085f562745e6ec17e254ffbdd
|
|
7
|
-
data.tar.gz: 12831ab06cfdea9c6f362f56451e016a7d7bb965d2416170890f7f4ac9e6fb34d03e3d44f50932482cfbf7af45073ec7747629f2c0d8d67aeabbe2e19293a7a8
|