Werk #19184: Only parse required keys for Bazel plugins
| Component | Checks & agents | ||||||
| Title | Only parse required keys for Bazel plugins | ||||||
| Date | Mar 19, 2026 | ||||||
| Level | Trivial Change | ||||||
| Class | Bug Fix | ||||||
| Compatibility | Compatible - no manual interaction needed | ||||||
| Checkmk versions & editions |
|
Crashes were reported in the Bazel plugin family when the section parser failed to parse a number.
These crashes occurred only in fields unrelated to those required by the service.
To address this, the Bazel plugin family now specifies which keys should be parsed as numbers, while ignoring all other keys. This fix reduces crashes caused by parsing errors in non-essential fields, improving monitoring stability. Users do not need to take any action.