Explore the latest product updates and best practices at our hybrid Checkmk Conference #12 from June 16-18, 2026 – Register here

Werk #7338: Dropped ancient "no_discovery_possible" from check API

Component Core & setup
Title Dropped ancient "no_discovery_possible" from check API
Date Apr 15, 2019
Level Trivial Change
Class Bug Fix
Compatibility Compatible - no manual interaction needed
Checkmk versions & editions
1.6.0b1 Checkmk Raw (CRE), Checkmk Enterprise (CEE), Checkmk MSP (CME)

The function no_discovery_possible was provided by the check API in the early days were the check_info was declared as 3-element tuple. Since the checks are registered as dictionaries this function is not needed anymore.

In case you get an issue with this after an update, you will have to migrate your checks to the current check_info syntax.

To the list of all Werks