The execution of probes is defined in an XML file, which by default is /opt/APP_NAME/share/APP_NAME/probes.xml.
Any XML probe file can be tested with the command cmd probes test-xml /opt/APP/my_own_probe.xml
$ scripts/cmd probes test-xml /opt/ESIS/probes.xml Testing XML file for validity Starting XML probe trial run using file share/ESIS/probe.xml Running probe container in /opt/ESIS/incoming Finished share/ESIS/probe.xml
Probes can be executed manually with the command cmd probes xml /opt/ESIS/my_own_probe.xml.
$ scripts/cmd probes xml /opt/ESIS/probes.xml Testing XML file for validity Starting XML probe run using file share/ESIS/probe.xml Running probe container in /opt/ESIS/incoming Finished share/ESIS/probe.xml
Probes run shall schedule with cron (adding a scheduler is on the roadmap), see [sample-probe-run-script].