Werk #17219: gcp_status: Fix KeyError: 'global'

Component Checks & agents
Title gcp_status: Fix KeyError: 'global'
Date Jan 2, 2025
Level Trivial Change
Class Bug Fix
Compatibility Compatible - no manual interaction needed
Checkmk versions & editions
2.4.0b1
Not yet released
Checkmk Raw (CRE), Checkmk Enterprise (CEE), Checkmk Cloud (CCE), Checkmk MSP (CME)
2.3.0p25
Not yet released
Checkmk Raw (CRE), Checkmk Enterprise (CEE), Checkmk Cloud (CCE), Checkmk MSP (CME)

This change affects users which have configured the rule 'Google Cloud Platform (GCP) Status'. Previously, Checkmk did not handle incidents correctly, which had set global as an associated location. This was the corresponding traceback:

  File "/omd/sites/mon_home/lib/python3/cmk/plugins/gcp/agent_based/gcp_status.py", line 72, in parse
    data.setdefault(constants.RegionMap[location.id_], []).append(incident)
KeyError: 'global'

With this werk, the crash is fixed.

To the list of all Werks