Werk #16340: docker_node_images: KeyError: 'VirtualSize'

Component Checks & agents
Title docker_node_images: KeyError: 'VirtualSize'
Date Mar 6, 2024
Level Trivial Change
Class Bug Fix
Compatibility Compatible - no manual interaction needed
Checkmk versions & editions
2.4.0b1 Checkmk Raw (CRE), Checkmk Enterprise (CEE), Checkmk Cloud (CCE), Checkmk MSP (CME)
2.3.0b2 Checkmk Raw (CRE), Checkmk Enterprise (CEE), Checkmk Cloud (CCE), Checkmk MSP (CME)
2.2.0p26 Checkmk Raw (CRE), Checkmk Enterprise (CEE), Checkmk Cloud (CCE), Checkmk MSP (CME)

In newer versions of the Docker API the information about the 'VirtualSize' of a node image is not available, because it has been deprecated. From now on the plugin will use 'VirtualSize' if available, and 'Size' if not.

To the list of all Werks