A page in your DokuWiki was added or changed. Here are the details: Date : 2012/12/07 11:16 Browser : Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:17.0) Gecko/20100101 Firefox/17.0 IP-Address : 88.173.78.196 Hostname : mne69-10-88-173-78-196.fbx.proxad.net Old Revision: http://ltb-project.org/wiki/documentation/nagios-plugins/check_ldap_monitor?rev=1354874047 New Revision: http://ltb-project.org/wiki/documentation/nagios-plugins/check_ldap_monitor Edit Summary: User : coudot
@@ -8,9 +8,57 @@ * LDAP operations * BDB backend caches With performance data, it allows to create graph to follow evolution of these indicators. + + ===== Configuration ===== + + Required Perl modules: + * Net::LDAP + * Getopt::Std + * File::Basename + + ===== Usage ===== + + <code> + $ perl check_ldap_monitor.pl -T type -H hostname [-p port] [-D binddn -W bindpw] [-m mode] + </code> + + ==== Mandatory Options ==== + * **-H**: LDAP server hostname or IP, or LDAP URI + * **-b**: Base of the LDAP search + * **-w**: Warning threshold + * **-c**: Critical threshold + * **-T**: Type of information to check: + * currentconnections: current established connections + * totalconnections: total established connections + * dncache: total DN in cache + * entrycache: total entries in cache + * idlcache: total IDL in cache + * totaloperations: total operations + * totalabandon: total ABANDON operation + * totaladd: total ADD operations + * totalbind: total BIND operations + * totalcompare: total COMPARE operations + * totaldelete: total DELETE operations + * totalextended: total EXTENDED operations + * totalmodify: total MODIFY operations + * totalmodrdn: total MODRDN operations + * totalsearch: total SEARCH operations + * totalunbind: total UNBIND operations + + ==== 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 ===== Download ===== This plugin, along with all other Nagios plugins from this site, can be [[:download#monitoring|downloaded]] in a single archive. -- 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
