-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
49 lines (49 loc) · 1.02 KB
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
---
# example config file for plugin
appname: test-newrelic-plugin
newrelickey: somenewrelickeyhere
defaultdelayms: 1000
tags:
keyvalue:
tag1: sometagvalue
tag2: someothertagvalue
env:
- VAR_1
- VAR_2
collectors:
nginx:
enabled: false
delayms: 1000
collectorconfig:
nginxlistenport: "8140"
nginxstatusuri: nginx_status
nginxstatuspage: http://localhost
rabbitmq:
enabled: false
delayms: 2000
collectorconfig:
rabbitmquser: secure
rabbitmqpassword: password
rabbitmqport: "15672"
rabbitmqhost: http://localhost
couchbase:
enabled: true
delayms: 30000
collectorconfig:
couchbaseuser: admin
couchbasepassword: password
couchbaseport: "8091"
couchbasehost: http://localhost
haproxy:
enabled: false
delayms: 1000
tags:
keyvalue:
tag3: sometagvalue3
tag4: someothertagvalue4
env:
- VAR_3
- VAR_4
collectorconfig:
something: "stuff"
otherthing: thing