Path of .bakery_api.vi

Hi everyone,

for my remote interpreter to work with the python inside the checkmk docker container I have to specify an absolute path to the python module. For example, in my agent_based plugins I had to specify

from cmk.base.plugins.agent_based.agent_based_api.v1

as the module path.

What is the module path for .bakery_api.v1? I just can´t seem to locate it inside cmk. …

The documentation says it´s here:

cmk.base.cee.plugins.bakery.bakery_api.vX

but my IDE doesn´t seem to find it.

Never mind, I just found it! Sorry for the unnecessary post.

Can you please share your findings, so others can profit from your struggle? Thanks!

1 Like

Yes, of course. The path is indeed

cmk.base.cee.plugins.bakery.bakery_api.v1

but the setup for my remote interpreter seemed to be faulty.

1 Like

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed. Contact an admin if you think this should be re-opened.