Werk #19844: gcp_status: Fix crash for asia-southeast3 (Bangkok) region
| Component | Checks & agents | ||||||
| Title | gcp_status: Fix crash for asia-southeast3 (Bangkok) region | ||||||
| Date | Apr 27, 2026 | ||||||
| Level | Trivial Change | ||||||
| Class | Bug Fix | ||||||
| Compatibility | Compatible - no manual interaction needed | ||||||
| Checkmk versions & editions |
|
Previously, the GCP Status check would crash with KeyError: 'asia-southeast3'
when GCP reported incidents or status data for its Bangkok region. The region
had not yet been added to the internal mapping that translates GCP region IDs
to human-readable location names.
This has been fixed by adding asia-southeast3 (Bangkok) to the region map.
The check now correctly discovers and reports a service for the Bangkok region
instead of crashing.