Werk #17804: Ruleset API: Added virtualization topic to topic registry
Component | Checks & agents | ||||
Title | Ruleset API: Added virtualization topic to topic registry | ||||
Date | May 14, 2025 | ||||
Level | Trivial Change | ||||
Class | Bug Fix | ||||
Compatibility | Compatible - no manual interaction needed | ||||
Checkmk versions & editions |
|
This Werk is only applicable for plugin developers.
It fixes the usage of Topic.Virtualization
in the ruleset API cmk.rulesets.v1
.
Previously, when trying to set topic=Topic.Virtualization
, it would silently break the indexing for the quicksearch function.
Additionally crashes would be logged to the crash reports.
Now everything works as expected.