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

Date        : 2010/07/18 15:36
Browser     : Mozilla/5.0 (X11; U; Linux i686; fr-FR; rv:1.9.2.6) 
Gecko/20100628 Ubuntu/10.04 (lucid) Firefox/3.6.6
IP-Address  : 82.225.22.177
Hostname    : lyon.oodo.net
Old Revision: none
New Revision: 
http://ltb-project.org/wiki/documentation/nagios-plugins/check_ldap_query
Edit Summary: Documentation for LDAP query Nagios plugin
User        : coudot

====== Check LDAP query ======

===== Presentation =====

This Nagios plugin counts entries returned by an LDAP search. 

You can configure base, filter and scope of the search.

===== Configuration =====

Required Perl modules:
  * Net::LDAP
  * Getopt::Std
  * File::Basename

===== Usage =====

<code>
$ perl check_ldap_query.pl -H hostname [-p port] [-D binddn -W bindpw] -F 
filter -b base -s scope
</code>

==== Mandatory Options ====
  * **-H**: LDAP server hostname or IP, or LDAP URI
  * **-b**: Base of the LDAP search
  * **-w**: Warning threshold
  * **-c**: Critical threshold

==== Other options ====
  * **-p**: LDAP server port (not working if LDAP URI is set in **-H**)
  * **-D**: Bind DN
  * **-W**: Bind password
  * **-v**: Verbose
  * **-V**: Print version and exit
  * **-h**: Print help and exit
  * **-f**: Performance data
  * **-t**: Timeout
  * **-F**: Filter of the LDAP search
  * **-s**: Scope of the LDAP search


-- 
This mail was generated by DokuWiki at
http://ltb-project.org/wiki/

_______________________________________________
ltb-changes mailing list
[email protected]
http://lists.ltb-project.org/listinfo/ltb-changes

Reply via email to