Download Synthetic Worker
After you have created an On-Premise Vantage Point, you can download a synthetic worker by performing the following steps:
- Sign in to the Oracle Cloud Infrastructure console.
- Open the navigation menu, click Observability & Management. Under Application Performance Monitoring, click Synthetic Monitoring.
- On the Synthetic Monitoring page, click On-premise Vantage Points from the left menu under Resources to open the On-premise Vantage Points page.
- On the On-premise Vantage Points page, select Download Worker.
- On the Download Worker window, download a worker based on the capability type.
The following worker capability types are available:
- Browser: The browser workers can run BROWSER and SCRIPTED_BROWSER synthetic monitors.
- Non-browser: The non-browser workers can run REST, SCRIPTED_REST, NETWORK, and DNS synthetic monitors.
After the worker type is selected, a docker image is downloaded. It contains the
<image-version>tar.gz
file.To verify the file integrity, check if the value of the MD5 checksum column matches the output of the following command:
md5sum <image-version>tar.gz
Download the Synthetic Worker using OCI Command Line Interface (CLI)
- To download the Synthetic Worker image with Non-browser capability, use apm-synthetic-worker-nonbrowser-x86_64-<image_version>.tar.gz filename and the following OCI CLI command:
The value ofoci os object get -ns <os_namespace> -bn apm-synthetics-opvp --name synthetic-opvp/synagentrest/x86_64/<image_version>/apm-synthetic-worker-nonbrowser-x86_64-<image_version>.tar.gz --file apm-synthetic-worker-nonbrowser-x86_64-<image_version>.tar.gz
<os_namespace>
is constant for a realm. - To download the Synthetic Worker image with Browser capability, use apm-synthetic-worker-browser-x86_64-<image_version>.tar.gz filename and the following OCI CLI command:
oci os object get -ns <os_namespace> -bn apm-synthetics-opvp --name synthetic-opvp/synagent/x86_64/<image_version>/apm-synthetic-worker-browser-x86_64-<image_version>.tar.gz --file apm-synthetic-worker-browser-x86_64-<image_version>.tar.gz
The above commands are available using the Console:
- On the Synthetic Monitoring page, click On-premise Vantage Points under Resources from the left menu.
The On-premise Vantage Points page is displayed.
- Click Download Worker to download the On premise vantage point Worker.
- Select the preferred docker image (Browser or Non-browser) for download.
- Click the menu item and copy the generated CLI command.