Werk #13014: Fix agent proxmox bug if duration is more than 24 hours
Component | Checks & agents | ||||
Title | Fix agent proxmox bug if duration is more than 24 hours | ||||
Date | May 23, 2022 | ||||
Level | Trivial Change | ||||
Class | Bug Fix | ||||
Compatibility | Compatible - no manual interaction needed | ||||
Checkmk versions & editions |
|
Fix a bug if duration string is more than 24 hours
CMK-9146
In a rare occasion if the backup takes more than 24 hours the standard datetime string parsing fails. So the manual parsing and feeding bits to timedelta object solves the problem