netuitived 0.9.0 → 0.9.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.
- checksums.yaml +4 -4
- data/config/agent.yml +3 -3
- 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: 12d3036bb987dae9eb37523d01e85f6730ad37e7
|
|
4
|
+
data.tar.gz: cb0fa7411a062519496f35ba4f245237a2bb15bb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2a2450cc97631170f2eb5eeed87a269752607e72bcc141d97406c680cc83122d3039f6d0fee03aa7bb61aa46531a4f434d0af66b241d985497380507ddeeed98
|
|
7
|
+
data.tar.gz: e5878cce4728a1156ec382638d78f04d17edfcad5b285197f6513ec2a967888a46cc967cc48e13beea17e4cf34ca2d8cc42cebc1ff81663178fdddecd3204be2
|
data/config/agent.yml
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
apiId:
|
|
1
|
+
apiId: [apiId] #apiId for the datasources. found in the datasources section in the netuitive ui
|
|
2
2
|
baseAddr: "api.uat.netuitive.com" #where to send the data. in most cases use the default
|
|
3
3
|
port: nil #in most cases this will be nil
|
|
4
|
-
elementName:
|
|
4
|
+
elementName: [elementName] #name of the element to assign metrics to in netuitive. if unsure, just use the name of your app
|
|
5
5
|
debugLevel: "debug" #options (in ascending order of debugness) are: error, info, debug
|
|
6
6
|
netuitivedAddr: "localhost"
|
|
7
|
-
netuitivedPort:
|
|
7
|
+
netuitivedPort: 8875
|
|
8
8
|
interval: 60
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
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.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- John King
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-
|
|
11
|
+
date: 2015-11-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Collects metrics over a certain interval and then sends them to Netuitive
|
|
14
14
|
email: jking@netuitive.com
|