A page in your DokuWiki was added or changed. Here are the details:

Date        : 2019/04/21 20:45
Browser     : Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:66.0) Gecko/20100101 
Firefox/66.0
IP-Address  : 86.247.190.231
Hostname    : lfbn-1-944-231.w86-247.abo.wanadoo.fr
Old Revision: 
http://ltb-project.org/documentation/nagios-plugins/check_ldap_monitor_389ds?rev=1555580671
New Revision: 
http://ltb-project.org/documentation/nagios-plugins/check_ldap_monitor_389ds
Edit Summary: 
User        : pcurie

@@ -4,9 +4,9 @@
  
  This Nagios plugin gets different information from 389DS cn=monitor backend 
like:
    * Current connections
    * Total connections
-   * Performance information
+   * Performance informations
  
  With performance data, it allows to create graph to follow evolution of these 
indicators.
  
  ===== Configuration =====
@@ -23,10 +23,10 @@
  </code>
  
  ==== Mandatory Options ====
    * **-H**: LDAP server hostname or IP, or LDAP URI
-   * **-w**: Warning threshold (except for version, currenttime, starttime, 
nbackends types)
-   * **-c**: Critical threshold (except for version, currenttime, starttime, 
nbackends types)
+   * **-w**: Warning threshold (except for version, currenttime, starttime, 
nbackends, readonly, maxentrycachesize, maxdncachesize types)
+   * **-c**: Critical threshold (except for version, currenttime, starttime, 
nbackends, readonly, maxentrycachesize, maxdncachesize types)
    * **-T**: Type of information to check:
      * version: current version of the ldap server
      * threads: current number of active threads used for handling requests.
      * currentconnections: current established connections
@@ -39,8 +39,23 @@
      * bytessent: current number of bytes sent to clients since the server 
started.
      * currenttime: current time of the server. The time is displayed in 
Greenwich Mean Time (GMT) in UTC format. 
      * starttime: time when the server started. The time is displayed in 
Greenwich Mean Time (GMT) in UTC format.
      * nbackends: current number of back ends (databases) the server services.
+   * LMBD cache specific checks, theses needs Directory Manager user (don't do 
this) or specific ACL for your monitoring user.
+     * readonly: Indicates whether the database is in read-only mode; 0 means 
that the server is not in read-only mode, 1 means that it is in read-only mode.
+     * entrycachehits: The total number of successful entry cache lookups. 
That is, the total number of times the server could process a search request by 
obtaining data from the cache rather than by going to disk.
+     * entrycachetries: The total number of entry cache lookups since the 
directory was last started. That is, the total number of search operations 
performed against the server since server startup.
+     * entrycachehitratio: Ratio that indicates the number of entry cache 
tries to successful entry cache lookups. This number is based on the total 
lookups and hits since the directory was last started. The closer this value is 
to 100%, the better.
+     * currententrycachecount: The number of entries currently present in the 
entry cache.
+     * currententrycachesize: The total size, in bytes, of directory entries 
currently present in the entry cache.
+     * maxentrycachesize: The maximum size, in bytes, of directory entries 
that can be maintained in the entry cache.
+     * dncachehitratio: Ratio that indicates the number of DN cache tries to 
successful DN cache lookups. This number is based on the total lookups and hits 
since the directory was last started. The closer this value is to 100%, the 
better.
+     * dncachehits: The total number of successful DN cache lookups. That is, 
the total number of times the server could process a search request by 
obtaining data from the cache rather than by going to disk.
+     * dncachetries: The total number of DNs cache lookups since the directory 
was last started. That is, the total number of search operations performed 
against the server since server startup.
+     * currentdncachecount: The number of entries currently present in the DN 
cache.
+     * currentdncachesize: The total size, in bytes, of directory entries 
currently present in the DN cache.
+     * maxdncachesize: The maximum size, in bytes, of directory entries that 
can be maintained in the DN cache.
+ 
  
  ==== Other options ====
    * **-p**: LDAP server port (not working if LDAP URI is set in **-H**)
    * **-D**: Bind DN



-- 
This mail was generated by DokuWiki at
http://ltb-project.org/
_______________________________________________
ltb-changes mailing list
[email protected]
https://lists.ltb-project.org/cgi-bin/mailman/listinfo/ltb-changes

Reply via email to