-
Notifications
You must be signed in to change notification settings - Fork 11
/
couchbase-config.yml.sample
42 lines (31 loc) · 1.27 KB
/
couchbase-config.yml.sample
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
integrations:
- name: nri-couchbase
env:
# The hostname or IP of the Couchbase node being monitored (default "localhost")
HOSTNAME: localhost
# The port used to connect to the Couchbase API (default 8091)
PORT: "8091"
# The port used to connect to the N1QL service (default 8093)
QUERY_PORT: "8093"
# The username used to connect to the Couchbase API
USERNAME:
# The password used to connect to the Couchbase API
PASSWORD:
# true or false. Signals whether to use SSL or not. Certificate bundle must be supplied. (default false)
# USE_SSL: false
# Alternative Certificate Authority bundle directory and file, required if use_ssl is true
# CA_BUNDLE_DIR:
# CA_BUNDLE_FILE:
# (Optional) true or false. If true, collects bucket resources (default true)
# ENABLE_BUCKETS: true
# (Optional) true or false. If true, collects additional bucket statistics (default true)
# ENABLE_BUCKET_STATS: true
# (Optional) true or false. If true, collects cluster and node resources (default true)
# ENABLE_CLUSTER_AND_NODES: true
# (Optional) Timeout, in seconds, for an API call (default 30)
# TIMEOUT: 30
interval: 15s
labels:
env: production
role: couchbase
inventory_source: config/couchbase