Werk #15334: FIX mongodb_replica_set: compatibility with pymongo 3
Component | Checks & agents | ||||||
Title | FIX mongodb_replica_set: compatibility with pymongo 3 | ||||||
Date | May 15, 2024 | ||||||
Level | Trivial Change | ||||||
Class | Bug Fix | ||||||
Compatibility | Compatible - no manual interaction needed | ||||||
Checkmk versions & editions |
|
Werk #16174 introduced a regression: If the
checkmk agent plugin is running with pymongo version 3 the replication lag time
stamp is interpreted as seconds, but its actually milliseconds. This results in
errors like ValueError (year 56319 is out of range)
.
The check is now compatible with pymongo version 3 and 4.