tcell_agent 0.2.14 → 0.2.15
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.
- checksums.yaml +4 -4
- data/lib/tcell_agent/configuration.rb +2 -0
- data/lib/tcell_agent/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a19cf745ceeba3dd9fc30a26a6ea22103f9c9ab7
|
|
4
|
+
data.tar.gz: de4954a7726b10aeb96f7babe0fbbb5404642738
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 131299425420cdc2e7222cd3c536238bbc78f6dd04d63b6aac58531975107afc2d9b4a1d42e9941f5f8505f2df6c2ba6779bc1ba1acb5bca4971f0fd057016a4
|
|
7
|
+
data.tar.gz: d146b41e0de91462ddfa1418a0840a15f49acabdabf21b13c7e296264cccc2f28674eeb906c7ed036930c55aa0601feec5bd333b6ba741dab70ac242b24104a8
|
|
@@ -196,6 +196,8 @@ module TCellAgent
|
|
|
196
196
|
@fetch_policies_from_tcell = app_data.fetch("fetch_policies_from_tcell", @fetch_policies_from_tcell)
|
|
197
197
|
@instrument_for_events = app_data.fetch("instrument_for_events", @instrument_for_events)
|
|
198
198
|
|
|
199
|
+
@agent_home_owner = app_data.fetch("agent_home_owner",@agent_home_owner)
|
|
200
|
+
|
|
199
201
|
@logging_options = app_data.fetch("logging_options", {})
|
|
200
202
|
|
|
201
203
|
@tcell_api_url = app_data.fetch("tcell_api_url", @tcell_api_url)
|
data/lib/tcell_agent/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tcell_agent
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.15
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Garrett
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-05-
|
|
11
|
+
date: 2016-05-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rest-client
|