]> git.sur5r.net Git - openldap/blobdiff - doc/guide/admin/monitoringslapd.sdf
Happy New Year
[openldap] / doc / guide / admin / monitoringslapd.sdf
index 3e37be0e7bd50b49597a3f42c82a1d924e1371c7..337a1d5a6b4c0f873c8306333c4d2fe423d84a3e 100644 (file)
@@ -1,5 +1,5 @@
 # $OpenLDAP$
-# Copyright 1999-2013 The OpenLDAP Foundation, All Rights Reserved.
+# Copyright 1999-2018 The OpenLDAP Foundation, All Rights Reserved.
 # COPYING RESTRICTIONS APPLY, see COPYRIGHT.
 H1: Monitoring
 
@@ -110,7 +110,7 @@ dynamically generates and returns objects in response to search
 requests in the {{cn=Monitor}} subtree.  Each object contains
 information about a particular aspect of the server.  The information
 is held in a combination of user applications and operational
-attributes.  This information can be access with {{ldapsearch(1)}},
+attributes.  This information can be accessed with {{ldapsearch(1)}},
 with any general-purpose LDAP browser, or with specialized monitoring
 tools.
 
@@ -216,6 +216,7 @@ backends, as well as backends loaded by modules.  For example:
 >      monitoredInfo: monitor
 >      monitoredInfo: bdb        
 >      monitoredInfo: hdb
+>      monitoredInfo: mdb
 
 This indicates the {{config}}, {{ldif}}, {{monitor}}, {{bdb}},
 and {{hdb}} backends are available.
@@ -267,11 +268,24 @@ contains information about a particular backend.  For example:
 >      supportedControl: 1.3.6.1.4.1.4203.1.10.1
 >      supportedControl: 1.2.840.113556.1.4.1413
 >      supportedControl: 1.3.6.1.4.1.4203.666.11.7.2
+>
+>      dn: cn=Backend 5,cn=Backends,cn=Monitor
+>      monitoredInfo: mdb
+>      monitorRuntimeConfig: TRUE
+>      supportedControl: 1.3.6.1.1.12
+>      supportedControl: 2.16.840.1.113730.3.4.2
+>      supportedControl: 1.3.6.1.4.1.4203.666.5.2
+>      supportedControl: 1.2.840.113556.1.4.319
+>      supportedControl: 1.3.6.1.1.13.1
+>      supportedControl: 1.3.6.1.1.13.2
+>      supportedControl: 1.3.6.1.4.1.4203.1.10.1
+>      supportedControl: 1.2.840.113556.1.4.1413
+>      supportedControl: 1.3.6.1.4.1.4203.666.11.7.2
 
 For each of these objects, monitorInfo indicates which backend the
 information in the object is about.  For instance, the {{EX:cn=Backend
-3,cn=Backends,cn=Monitor}} object contains (in the example) information
-about the {{bdb}} backend. 
+5,cn=Backends,cn=Monitor}} object contains (in the example) information
+about the {{mdb}} backend. 
 
 !block table
 Attribute|Description