Werk #15019: Fix proxmox agent crash with shutdown nodes
Komponente | Checks & agents |
Titel | Fix proxmox agent crash with shutdown nodes |
Datum | 30.01.2023 |
Checkmk-Edition | Checkmk Raw (CRE) |
Checkmk-Version | 2.2.0b1 2.1.0p21 |
Level | Kleine Änderung |
Klasse | Bugfix |
Kompatibilität | Kompatibel - benötigt kein manuelles Eingreifen |
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.