Werk #14549: mongodb_collections, mongodb_replica_set: Fix date parsing error
Komponente | Checks & agents |
Titel | <tt>mongodb_collections</tt>, <tt>mongodb_replica_set</tt>: Fix date parsing error |
Datum | 03.08.2022 |
Checkmk-Edition | Checkmk Raw (CRE) |
Checkmk-Version | 2.2.0i1 2.1.0p10 2.0.0p28 |
Level | Kleine Änderung |
Klasse | Bugfix |
Kompatibilität | Kompatibel - benötigt kein manuelles Eingreifen |
Depending on the pymongo version on the host system, the two check plugins mentioned above crashed with
TypeError: unsupported operand type(s) for /: 'str' and 'float'
TypeError: unsupported operand type(s) for -: 'str' and 'str'