Branch: refs/heads/master
Home:
https://github.com/tribe29/checkmk
Commit: c04bcd29fc1fd1d0cfd7f020ddd5c074f384757a
https://github.com/tribe29/checkmk/commit/c04bcd29fc1fd1d0cfd7f020ddd5c074f…
Author: Konstantin Baikov <konstantin.baikov(a)tribe29.com>
Date: 2022-05-23 (Mon, 23 May 2022)
Changed paths:
M cmk/special_agents/agent_proxmox_ve.py
Log Message:
-----------
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
Change-Id: I9a984ceb4ca4084fb534e4ff41d1ff3d4c6e6407