Component | Checks & Agents |
Title | mongodb_collections, mongodb_replica_set: Fix date parsing error |
Checkmk Edition | Checkmk Raw Edition (CRE) |
Checkmk Version | 2.2.0i1 |
Level | Trivial Change |
Class | Bug Fix |
Compatibility | Compatible - no manual interaction needed |
Depending on the pymongo
version on the host system, the two check plugins mentioned above
crashed with
C+:
TypeError: unsupported operand type(s) for /: 'str' and 'float'
TypeError: unsupported operand type(s) for -: 'str' and 'str'
C-: