Werk #17921: Change host autocompletion data source to increase performance when setting up notifications
Component | Setup | ||||
Title | Change host autocompletion data source to increase performance when setting up notifications | ||||
Date | Apr 29, 2025 | ||||
Level | Trivial Change | ||||
Class | Bug Fix | ||||
Compatibility | Compatible - no manual interaction needed | ||||
Checkmk versions & editions |
|
When adding a new notification rule, one can filter notifications by hosts. This filter selection suggested monitored hosts while editing.
This filter selection did not query livestatus but parsed the current configuration to suggest existing hosts.
With this werk, we change the datasource to livestatus resulting in a more performant host suggesting when editing these filters.