Learn more about the latest product updates at the Checkmk Conference #12 – live from June 16-17! Watch here

Werk #19996: Host/Service check command (regex) filter: use substring match like other regex filters

Component User interface
Title Host/Service check command (regex) filter: use substring match like other regex filters
Date May 20, 2026
Level Trivial Change
Class Bug Fix
Compatibility Compatible - no manual interaction needed
Checkmk versions & editions
3.0.0b1
Not yet released
Checkmk Community, Checkmk Pro, Checkmk Ultimate, Checkmk Cloud, Checkmk Ultimate MT
2.5.0p6 Checkmk Community, Checkmk Pro, Checkmk Ultimate, Checkmk Cloud, Checkmk Ultimate MT
2.4.0p32 Checkmk Community, Checkmk Pro, Checkmk Ultimate, Checkmk Cloud, Checkmk Ultimate MT

Searching with the "Host check command (regex)" or "Service check command (regex)" filter did not behave like other regex filters in Checkmk: typing http returned no results, because the regex was internally anchored to the beginning of the stored value (which starts with the full command name, e.g. check_mk_active-httpv2).

This anchoring originated from the previous dropdown-based filter, where the user picked a complete command name. After werk #19818 turned the filter into a free-form regex input, the anchoring became counter-intuitive.

The filter now performs a case-insensitive substring regex match, in line with all other regex filters. Typing http matches every command that contains http. Existing saved views and dashboards continue to work; they may match a wider set of rows than before, but never fewer.

To the list of all Werks