diff --git a/doc/man/man5/slapd-config.5 b/doc/man/man5/slapd-config.5 index cc7c466968..c3d1efff22 100644 --- a/doc/man/man5/slapd-config.5 +++ b/doc/man/man5/slapd-config.5 @@ -1752,12 +1752,14 @@ before this keyword may be set. This mode also requires a .B olcServerID (see above) to be configured. By default, this setting is FALSE. +.TP .B olcMonitoring: TRUE | FALSE This option enables database-specific monitoring in the entry related to the current database in the "cn=Databases,cn=Monitor" subtree of the monitor database, if the monitor database is enabled. Currently, only the MDB database provides database-specific monitoring. -The default depends on the backend type. +If monitoring is supported by the backend it defaults to TRUE, otherwise +FALSE. .TP .B olcPlugin: [] Configure a SLAPI plugin. See the diff --git a/doc/man/man5/slapd.conf.5 b/doc/man/man5/slapd.conf.5 index 41bbf9a43b..b4c45e8219 100644 --- a/doc/man/man5/slapd.conf.5 +++ b/doc/man/man5/slapd.conf.5 @@ -1661,7 +1661,8 @@ This option enables database-specific monitoring in the entry related to the current database in the "cn=Databases,cn=Monitor" subtree of the monitor database, if the monitor database is enabled. Currently, only the MDB database provides database-specific monitoring. -The default depends on the backend type. +If monitoring is supported by the backend it defaults to on, otherwise +off. .TP .B overlay Add the specified overlay to this database. An overlay is a piece of