Werk #22296: Azure DB for MySQL and PostgreSQL: Replication service crashed
| Component | Checks & agents | ||||
| Title | Azure DB for MySQL and PostgreSQL: Replication service crashed | ||||
| Date | Sep 16, 2026 | ||||
| Level | Trivial Change | ||||
| Class | Bug Fix | ||||
| Compatibility | Compatible - no manual interaction needed | ||||
| Checkmk versions & editions |
|
The services Azure/DB for MySQL Replication and Azure/DB for PostgreSQL
Replication of the current Azure integration (azure_v2) crashed on every
check cycle with
AttributeError: 'Resource' object has no attribute 'get'
The check plugins expected a mapping of resources, but the section they receive holds a single resource. The plugins now read the replication lag from that resource directly.
After the update the services report the replication lag again. No rediscovery is needed.