A page in your DokuWiki was added or changed. Here are the details: Date : 2012/12/13 14:20 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: none New Revision: http://ltb-project.org/wiki/documentation/nagios-plugins/check_berkeleydb_locks Edit Summary: created User : coudot
====== Check BerkeleyDB locks ====== ===== Presentation ===== This plugin checks locks used (current and maximum) in a BerkeleyDB database. This allows to prevent running out of locks, a well known issue in OpenLDAP with BDB or HDB backend. With performance data, it allows to create graph to follow evolution of these indicators. ===== Configuration ===== Required Perl modules: * Net::LDAP * Getopt::Std * File::Basename You also require the db_stat utility. ===== Usage ===== <code> $ perl check_berkeley_db.pl -H <db_home> [-S <db_stat>] [-h] [-v] [-V] </code> ==== Mandatory Options ==== * **-H**: Home of BDB files * **-w**: Warning threshold in percent * **-c**: Critical threshold in percent ==== Other options ==== * **-S**: Path to db_stat utility * **-v**: Verbose * **-V**: Print version and exit * **-h**: Print help and exit * **-f**: Performance data * **--current**: Display performance data for current locks/lockers/lock objects * **--maximum**: Display performance data for maximum locks/lockers/lock objects ===== 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
