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 |
Checkmk Edition | Checkmk Enterprise (CEE) |
Checkmk Version | 2.2.0b1 2.1.0p1 |
Level | Trivial Change |
Class | Bug Fix |
Compatibility | Compatible - no manual interaction needed |
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