Problems with Robotmk and CRE #182
-
Hi,
I copied the plugin (robotmk.py) in folder "plugins" of monitored host, then I created robotmk.yml in "config" folder with this content:
and at the end I copied the folder containing the selenium test (selenium_test & test1) in the folder "C:\ProgramData\checkmk\agent\robot"; These test are in your repo: https://github.com/simonmeggle/robotmk-quickstart-windows Al seems to work as I saw in the log "check_mk.log":
and robotmk_controller.log:
However in the agent the session What can I do to for more debugging? Sorry for my poor english. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
The format of I highly recommend to install the free version of CEE and see how everything works together. If everything works here (it will), this can be your blueprint for your use case in CRE. |
Beta Was this translation helpful? Give feedback.
-
Great to hear that you had success with the CEE.
For questions regarding RF libraries I want to recommend you the Slack
channel. There are subchannels for Selenium and Playwright as well.
Best regards, Simon
|
Beta Was this translation helpful? Give feedback.
The format of
robotmk.yml
has changed over time. I guess that you copied the file from an older example and the robotmk.py in its newest version is not able to process it.You can test this by executing robotmk-runner.py by hand with "-v" as additional parameter. Then you see how far it works and what fails exactly.
I highly recommend to install the free version of CEE and see how everything works together. If everything works here (it will), this can be your blueprint for your use case in CRE.
I personally would not recommend to abandon the added value of the agent bakery in CEE. It eases everything.