docs(inputs.ldap): Correct plugin name in sample config (#14446)
This commit is contained in:
parent
bb5131a5ea
commit
235f0556c4
|
|
@ -17,7 +17,7 @@ See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
|||
|
||||
```toml @sample.conf
|
||||
# LDAP monitoring plugin
|
||||
[[inputs.openldap]]
|
||||
[[inputs.ldap]]
|
||||
## Server to monitor
|
||||
## The scheme determines the mode to use for connection with
|
||||
## ldap://... -- unencrypted (non-TLS) connection
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
# LDAP monitoring plugin
|
||||
[[inputs.openldap]]
|
||||
[[inputs.ldap]]
|
||||
## Server to monitor
|
||||
## The scheme determines the mode to use for connection with
|
||||
## ldap://... -- unencrypted (non-TLS) connection
|
||||
|
|
|
|||
Loading…
Reference in New Issue