Werk #17426: Synthetic Monitoring: Support Offline RCC Environments
Component | Checks & agents | ||
Title | Synthetic Monitoring: Support Offline RCC Environments | ||
Date | Dec 3, 2024 | ||
Level | Trivial Change | ||
Class | New Feature | ||
Compatibility | Compatible - no manual interaction needed | ||
Checkmk versions & editions |
|
Robotmk now offers the option to use pre-built RCC environments for Robot Framework test executions. These environments are built on a machine with internet access and can subsequently be used on test nodes without internet access (for example, in a high-security environment).
Two modes are available for transferring pre-built environments to a test node:
- The environment is packaged as a ZIP file and subsequently transferred to the test node by the end user. In this case, the Robotmk configuration contains the path to the ZIP file on the test node.
- The end user runs an RCC remote server, which distributes the pre-built environments to the test nodes. In this case, the Robotmk configuration contains the RCC remote server address.
Please consult the user manual for further details and instructions.