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
2.5.0b1
Not yet released
Checkmk Raw (CRE), Checkmk Enterprise (CEE), Checkmk Cloud (CCE), Checkmk MSP (CME)
2.4.0 Checkmk Raw (CRE), Checkmk Enterprise (CEE), Checkmk Cloud (CCE), Checkmk MSP (CME)

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.

To the list of all Werks