netuitived 0.9.7 → 0.9.8

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 +4 -4
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d8c39ccf5ec85ca2a5bb02445557d291ebadde19
4
- data.tar.gz: f5c06d99a53a3008821bb9bac565d0ff26dcf474
3
+ metadata.gz: bdf8c5eb77d029871e6b68ad6a15fe024c314ca4
4
+ data.tar.gz: 5982cbd9833049569ad7112c3adb3b36d017b8b4
5
5
  SHA512:
6
- metadata.gz: ee34ef1298cb8c0c9dce94bf9dd57beb51928e85c1fd84181d27529dcd186c994d72c2d5cc2b92c9cfbaf8edaa6442fa3ea65d826a10dccd6bc1072ec29ed70f
7
- data.tar.gz: 5653eef8bcde355b5a736b899a52d36b382a1bd50fa162fe988d4d202cd38615ef04df30d9ee59d46d6ebd2fa186e0231aeea7b9fb173a6d12b92a02044e4afe
6
+ metadata.gz: 4217eb25842688eae7ffab09983bdc7cfa285e89243c0156a9bd3e32a202ab5c5a9cd166f738714f7ea45169117269f14a11e4f6a9bc95e901ea254913cb6d84
7
+ data.tar.gz: 643b913c0348a9ce6dff0d4d27fa7ecc0a3dedd50ae7799842103fe120ae8ab389b299293a4e184404c3b67eabc5883448857293a6e6148172750fa7c94729ec
data/config/agent.yml CHANGED
@@ -1,9 +1,9 @@
1
1
  #all are configurable using environment variables
2
- apiId: 85709129bed97750d13f56118ac22b97 #apiId for the datasources. found in the datasources section in the netuitive ui. environment variable: NETUITIVED_API_ID
3
- baseAddr: "uat.netuitive.com" #where to send the data. in most cases use the default. environment variable: NETUITIVED_BASE_ADDR
2
+ apiId: apiId #apiId for the datasources. found in the datasources section in the netuitive ui. environment variable: NETUITIVED_API_ID
3
+ baseAddr: "api.app.netuitive.com" #where to send the data. in most cases use the default. environment variable: NETUITIVED_BASE_ADDR
4
4
  port: nil #in most cases this will be nil. environment variable: NETUITIVED_PORT
5
- elementName: testApp #name of the element to assign metrics to in netuitive. if unsure, just use the name of your app. environment variable: NETUITIVED_ELEMENT_NAME
6
- debugLevel: debug #options (in ascending order of debugness) are: error, info, debug. environment variable: NETUITIVED_DEBUG_LEVEL
5
+ elementName: elementName #name of the element to assign metrics to in netuitive. if unsure, just use the name of your app. environment variable: NETUITIVED_ELEMENT_NAME
6
+ debugLevel: error #options (in ascending order of debugness) are: error, info, debug. environment variable: NETUITIVED_DEBUG_LEVEL
7
7
  netuitivedAddr: "localhost" #environment variable: NETUITIVED_NETUITIVED_ADDR
8
8
  netuitivedPort: 8875 #environment variable: NETUITIVED_NETUITIVED_PORT
9
9
  interval: 60 #environment variable: NETUITIVED_INTERVAL
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.7
4
+ version: 0.9.8
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-12-07 00:00:00.000000000 Z
11
+ date: 2015-12-09 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