-
Notifications
You must be signed in to change notification settings - Fork 0
/
ds389.conf
29 lines (24 loc) · 964 Bytes
/
ds389.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
27
28
29
# Gather 389 directory server metrics from cn=Monitor,cn=*,ldbm database,cn=plugins,cn=config
[[inputs.ds389]]
host = "ldap_instance"
port = 389
# ldaps, starttls, or no encryption. default is an empty string, disabling all encryption.
# note that port will likely need to be changed to 636 for ldaps
# valid options: "ldap" | "starttls" | "ldaps"
# protocol = "ldap"
## 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.
bindDn = ""
bindPassword = ""
## Gather dbname to monitor
# Comma separated list of db filename
# dbtomonitor = ["exampleDB"]
# If true, alldbmonitor monitors all db and overrides "dbtomonitor".
alldbmonitor = false
# Connections status monitor
status = false