docs(inputs.ldap): Correct plugin name in sample config (#14446)

This commit is contained in:
tiny6996 2023-12-13 03:05:03 -06:00 committed by GitHub
parent bb5131a5ea
commit 235f0556c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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