SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for monitoring-plugins-mongodb-0~git20230104-104.1.noarch.rpm :

* Wed Sep 11 2024 Martin Hauke - Update to version 0~git20230104
* if rdns_lookup is true also resolve PTR on check_rep_lag for better matching.
* Add rdns-lookup option to convert ip-address to fqdn.
* Fix python path back to original.
* Fix IPv6 Hosts in check_rep_lag and add all paramters.
* Fix error retryable writes is not supported for unreplicated ns: local.nagios_check.
* replace system.namespaces for listCollections.
* Added option for auth mechanism.
* Support Python 3 and 2.7.
* When using x509 auth against the \'\' database, it\'s necessary to authenticate the connection, otherwise you can get permission denied errors even when the x509 user has the needed roles. For example, before adding this line I was getting \'CRITICAL - General MongoDB Error: database error: not authorized for query on local.system.replset\'
* Update README.md
* Fix format() for Python 2.6
* Also initialise the message variable before the try/catch block
* Ensure worst_state is initialised for use in the return statement even if the cehcek exections out before setting it properly.
* fix indentation issues in build_file_name.
* fix indentation issues in state_text function.
* Fix more indentation issues.
* Fix indentation problems in the check_flushing function.
* if there is no repl set then the state is unknown.
* restore compatibility for pymongo 2.3 and earlier.
* check replication lag from master. fix #225
* Add support for monitoring collection documents count.
* Add ssl_ca_cert_file option.
* Issue #214 - replset_state now checks the state of all hosts.
* Fix tab in mongo_connect.
* Fixed problem where connections to masters when checking secondaries for lag percent did not use the same connection options as the initial connection to the secondary.
* fixing some issues with non-encrypted connections.
* Adding support for TLS client authentication.
* check_replica_primary does not have a port param.
* Blank spaces at the end of the line.
* Port param is not needed in check_rep_lag.
* check for numeric datatype considers long type.
* Re-added the original mongo_version switch to prevent issues for people already using it.
* Added compatibility for mongo3 issues
* The list databases command always fails on a local connection to an arbiter with authentication enabled. Ping instead - that ought to work for everything, and the individual checks can refine further to confirm the server state as needed.
* fixed delete per minute delta index.
* Check was not getting critical if the db was down. Therefore the action \"connect\" was not working.
* Making some tweaks to required functionality for an updated pymongo package.
* modifiy \'General MongoDB Error: can\'t set attribute\'.
* added requirements file and pip instructions.
* Fix: Sometimes diff_ts == 0 and this leads to an exception for division by zero.
* If we have several mongo instances running in different ports we need different temporal files.
* Sat Mar 18 2017 ajAATTajaissle.de- Spec cleanup, build requires xz
* Fri Sep 25 2015 mardnhAATTgmx.de- Update to version 0.0.0.git1438953729.abf2daa: + check_rep_lag modified + mongo 3.0 changed error code and text + Make the check more compatible with mongoDB 2 in addition to mongoDB 2.x + Make it backwards compatible with mongoDB 2.x again + Fix typo and consistency + Allow to monitor collection storageSize
* Wed Jul 30 2014 larsAATTlinux-schulserver.de- Renamed package to monitoring-plugins-mongodb
* Mon Jun 02 2014 mardnhAATTgmx.de- specfile cleanup
* Wed Apr 16 2014 mardnhAATTgmx.de- initial package
 
ICM