forked from influxdata/telegraf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.conf
26 lines (21 loc) · 838 Bytes
/
config.conf
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
[[inputs.ds389_db]]
# LDAP Server URL ( Support protocols are ldap:\\, ldaps:\\, ldapi:\\ )
url = "ldap://localhost:389"
# Enable starttls encryption for plain ldap:\\ URLs, is not needed for ldaps:\\
starttls = false
## Optional TLS Config
# tls_ca = "/etc/telegraf/ca.pem"
# tls_cert = "/etc/telegraf/cert.pem"
# tls_key = "/etc/telegraf/key.pem"
## Use TLS but skip chain & host verification
insecure_skip_verify = false
# dn/password to bind with. If bind_dn is empty, an anonymous bind is performed.
bind_dn = "cn=Directory Manager"
bind_password = "password"
## Gather dbname to monitor
# Comma separated list of db filename
# dbtomonitor = ["exampleDB"]
# If true, alldbmonitor monitors all db and overrides "dbtomonitor".
alldbmonitor = true
# Connections status monitor
status = false