Werk #13443: list rules endpoint failed to list rulesets containing a hyphen
Component | REST API |
Title | list rules endpoint failed to list rulesets containing a hyphen |
Date | Feb 7, 2023 |
Checkmk Edition | Checkmk Raw (CRE) |
Checkmk Version | 2.1.0p21 2.2.0b1 |
Level | Trivial Change |
Class | Bug Fix |
Compatibility | Incompatible - Manual interaction might be required |
Before this change it was possible to query rules prefixed with active_checks: or static_checks: with a hyphen instead of a colon. For example "static_checks-inotify" was valid and returned the rules for "static_checks:notify".
This is no longer possible.