netuitived 0.9.0 → 0.9.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/config/agent.yml +3 -3
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e903ed0f9b829b935c2b812ed226bc227cd9dcb9
4
- data.tar.gz: f807c245bc9e3469a6a642c11cc23c9ab71d9f34
3
+ metadata.gz: 12d3036bb987dae9eb37523d01e85f6730ad37e7
4
+ data.tar.gz: cb0fa7411a062519496f35ba4f245237a2bb15bb
5
5
  SHA512:
6
- metadata.gz: bca4e32cd88c0749c1a50489a95e959d48595205653791769e5e27dad6990b9ee08de8c0280ee40945fe99990d3c7a4c448b5bed05d80b5847988dda9f72f88f
7
- data.tar.gz: 6eecc79bc6aa8457e9c4794128ed4415f5f77e2c9f8c2ebc29ca0a4cee9191ce4e7cf3e06d28f78ec90ab56049184c8b256da8ef34d1d27722d2ad42b931e486
6
+ metadata.gz: 2a2450cc97631170f2eb5eeed87a269752607e72bcc141d97406c680cc83122d3039f6d0fee03aa7bb61aa46531a4f434d0af66b241d985497380507ddeeed98
7
+ data.tar.gz: e5878cce4728a1156ec382638d78f04d17edfcad5b285197f6513ec2a967888a46cc967cc48e13beea17e4cf34ca2d8cc42cebc1ff81663178fdddecd3204be2
data/config/agent.yml CHANGED
@@ -1,8 +1,8 @@
1
- apiId: "efb4c6a30e89662bd6fa621f0a471c06" #apiId for the datasources. found in the datasources section in the netuitive ui
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: "netuitived test" #name of the element to assign metrics to in netuitive. if unsure, just use the name of your app
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: 8787
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.0
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-10-30 00:00:00.000000000 Z
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