A page in your DokuWiki was added or changed. Here are the details: Date : 2015/02/20 08:17 Browser : Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:35.0) Gecko/20100101 Firefox/35.0 IP-Address : 80.215.129.38 Hostname : 80.215.129.38 Old Revision: none New Revision: http://ltb-project.org/wiki/documentation/nagios-plugins/check_lmdb_usage Edit Summary: created User : coudot
====== Check LMDB Usage ====== ===== Presentation ===== This plugin checks percent of pages used in an LMDB database. With performance data, it allows to create graph to follow evolution of this indicator. ===== Configuration ===== Required Perl modules: * Getopt::Std * File::Basename You also require the mdb_stat utility. ===== Usage ===== <code> $ perl check_lmdb_usage.pl -H <db_home> [-S <mdb_stat>] [-h] [-v] [-V] </code> ==== Mandatory Options ==== * **-H**: Home of MDB files * **-w**: Warning threshold in percent * **-c**: Critical threshold in percent ==== Other options ==== * **-S**: Path to mdb_stat utility * **-v**: Verbose * **-V**: Print version and exit * **-h**: Print help and exit * **-f**: Performance data ===== Download ===== This plugin, along with all other Nagios plugins from this site, can be [[:download#monitoring|downloaded]] in a single archive or directly on the [[http://tools.ltb-project.org/projects/ltb/repository/show/nagios-plugins/trunk|code repository]]. -- 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
