Check_MK Discovery Can not load Robotmk JSON data! (json.loads())

Hi,

I don’t have a system to test at hand right now, but I guess the screenshot above showing the Python interpreter rule is totally wrong :-/
Can you try to switch from
Use Checkmk Python
to
Do not use…
?

Robotmk must NOT be executed with the Python interpreter.

changing to external is not deploying robotmk-runner.py at all , is that normal

External mode deploys only robotmk.py into plugins. The runner plugin gets deployed into bin so that it does not get executed by the agent at all. In external mode, it’s up to you to trigger/schedule the execution of the runner as you need.

Regards,
Simon