Werk #15956: Agent bakery API now available in Checkmk Raw Edition (CRE)

Komponente Agent bakery
Titel Agent bakery API now available in Checkmk Raw Edition (CRE)
Datum 19.07.2023
Checkmk Edition Checkmk Raw (CRE)
Checkmk-Version 2.3.0b1
Level Kleine Änderung
Klasse Neues Feature
Kompatibilität Kompatibel - benötigt kein manuelles Eingreifen

This werk only concerns developers of custom agent bakery plugins.

The agent bakery API, which allows for registering custom bakery plugins, is now available in the CRE. This facilitates custom plugin development, since bakery plugins can now be developed in the context of our GitHub repository with full IDE support. The new import path for the bakery API reads:

from cmk.base.plugins.bakery.bakery_api.v1 import register, Plugin, ...

Note that the old import path is still valid and will continue working. Furthermore, the path in the hierarchy of the local folder for custom bakery plugins remains unchanged. Hence, MKPs do not need to be adjusted.

Finally, note that this does of course not mean that the actual bakery functionality is available in the CRE. Registering a bakery plugin in the CRE will have no effect.

Zur Liste aller Werks