ltb-project / nagios-plugins

Plugins for Nagios
GNU General Public License v3.0
8 stars 8 forks source link

Extend check_ldap_monitor.pl to calculate the free(used) pages % maximum number of pages, as check_lmdb_usage.pl does #17

Closed dilyanpalauzov closed 2 years ago

dilyanpalauzov commented 2 years ago

check_lmdb_usage.pl has the function to monitor the numbers (free pages/maximum number of pages) and (used pages/maximum number of pages). However it needs access to the LMDB files.

Over cn=monitor provides the same numbers, that are reported by mdb_stat. But check_ldap_monitor.pl cannot do the same warning/calculations as check_lmdb_usage.pl

dilyanpalauzov commented 2 years ago

Moved to https://github.com/ltb-project/nagios-plugins/pull/18.