Adding upstream version 1.34.4.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
e393c3af3f
commit
4978089aab
4963 changed files with 677545 additions and 0 deletions
24
plugins/inputs/ldap/sample.conf.in
Normal file
24
plugins/inputs/ldap/sample.conf.in
Normal file
|
@ -0,0 +1,24 @@
|
|||
# LDAP monitoring plugin
|
||||
[[inputs.ldap]]
|
||||
## Server to monitor
|
||||
## The scheme determines the mode to use for connection with
|
||||
## ldap://... -- unencrypted (non-TLS) connection
|
||||
## ldaps://... -- TLS connection
|
||||
## starttls://... -- StartTLS connection
|
||||
## If no port is given, the default ports, 389 for ldap and starttls and
|
||||
## 636 for ldaps, are used.
|
||||
server = "ldap://localhost"
|
||||
|
||||
## Server dialect, can be "openldap" or "389ds"
|
||||
# dialect = "openldap"
|
||||
|
||||
# DN and password to bind with
|
||||
## If bind_dn is empty an anonymous bind is performed.
|
||||
bind_dn = ""
|
||||
bind_password = ""
|
||||
|
||||
## Reverse the field names constructed from the monitoring DN
|
||||
# reverse_field_names = false
|
||||
|
||||
## Optional TLS Config
|
||||
{{template "/plugins/common/tls/client.conf"}}
|
Loading…
Add table
Add a link
Reference in a new issue