From 37757b7782390ca77354c1af9e7d98d3cb23afdd Mon Sep 17 00:00:00 2001 From: Daniel Nelson Date: Thu, 4 Jan 2018 15:34:55 -0800 Subject: [PATCH] Add link to docs for configuring the openldap monitoring backend --- plugins/inputs/openldap/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/inputs/openldap/README.md b/plugins/inputs/openldap/README.md index a57aabb84..e55d16509 100644 --- a/plugins/inputs/openldap/README.md +++ b/plugins/inputs/openldap/README.md @@ -4,6 +4,8 @@ This plugin gathers metrics from OpenLDAP's cn=Monitor backend. ### Configuration: +To use this plugin you must enable the [monitoring](https://www.openldap.org/devel/admin/monitoringslapd.html) backend. + ```toml [[inputs.openldap]] host = "localhost"