Explore the latest product updates and best practices at our hybrid Checkmk Conference #12 from June 16-18, 2026 – Register here

Werk #15360: Add Multi-Regions to gcp_status

Component Checks & agents
Title Add Multi-Regions to gcp_status
Date Apr 1, 2025
Level Trivial Change
Class Bug Fix
Compatibility Compatible - no manual interaction needed
Checkmk versions & editions
2.5.0b1 Checkmk Community, Checkmk Pro, Checkmk Ultimate, Checkmk Ultimate MT
2.4.0b6 Checkmk Community, Checkmk Pro, Checkmk Ultimate, Checkmk Ultimate MT

Previously it was possible to encounter an error like:

File "/omd/sites/presalesraw/lib/python3/cmk/checkengine/sectionparser.py", line 121, in _parse_raw_data return parse_function(list(raw_data)) File "/omd/sites/presalesraw/lib/python3/cmk/plugins/gcp/agent_based/gcp_status.py", line 72, in parse item = "Global" if location.id_ == "global" else constants.RegionMap[location.id_] KeyError ('us')

We added the four Multi-Regions asia, us, eu and europe to the region map for the gcp status check.

Please make sure to select the newly added Multi-Region entries in the special agent configuration "Google Cloud Platform (GCP) Status" if you are interested in the status of these Multi-Regions.

To the list of all Werks