Werk #19522: Fix crash when viewing parameters for services of third-party check plugins
| Component | Setup | ||||||||
| Title | Fix crash when viewing parameters for services of third-party check plugins | ||||||||
| Date | Mar 19, 2026 | ||||||||
| Level | Trivial Change | ||||||||
| Class | Bug Fix | ||||||||
| Compatibility | Compatible - no manual interaction needed | ||||||||
| Checkmk versions & editions |
|
Previously, opening the "Parameters for service" page in Setup for a discovered service could crash with a KeyError if the check plugin's checkgroup had no registered ruleset — which is common for third-party check plugins (e.g. infortend_chassis1).
The page now correctly shows "This check is not configurable via Setup" for such services instead of crashing with an internal error.