Synthetic Monitoring

Cmk omd version :2.3.0p28

I have configured below steps (Linux), still No results in synthetic monitoring.pls help on this

1.Robotmk v1 | Robot Framework E2E Test Integration plugin installed (OMD server)
2.Download Robot RCC files and installed in OMD server
3.I created file login.robot in the path /opt/robotmk

Login.robot (All permission given)

*** Settings ***
Library SeleniumLibrary

*** Variables ***
${URL} https://voice.xxxapi.zone/xxxxapi.php

*** Test Cases ***
Open Example Site
Open Browser ${URL} Chrome
Title Should Be Example Domain
Close Browser

4.Robotmk v1 Agent Plugin (Linux, Windows)

Rule Enabled in option robot test path /opt/robotmk/login.robot and i created dummy host as name voice without no ip and same as marked in explicit hosts.

5.In Agent bakery packages i selected .rpm (linux) and dummy host same as marked in explicit hosts.

After i checked inbuild dasboard i could not found the metrics.

I dont see robotmk.py plugin under usr/lib/check_mk_agent/plugin

Synthetic Monitoring on Linux is officially available from Checkmk 2.4 in CEE,CCE and CME editions.
See this werk: Werk #17291: Make Synthetic Monitoring available on Linux

1 Like