Werk #15019: Fix proxmox agent crash with shutdown nodes
Component | Checks & agents | ||||
Title | Fix proxmox agent crash with shutdown nodes | ||||
Date | Jan 30, 2023 | ||||
Level | Trivial Change | ||||
Class | Bug Fix | ||||
Compatibility | Compatible - no manual interaction needed | ||||
Checkmk versions & editions |
|
The proxmox agent would fail with a KeyError when a proxmox VE node was shutdown.
The error occured because a we do not get information for the timezone of shutdown nodes. The timezone information is used to convert timestamps for backups to utc. When no timezone information is found for a node we use the timezone of the first node we process.