Menu

Probe-Run

Philippe Le Berre

How to run probes

The XML Probes file

The execution of probes is defined in an XML file, which by default is /opt/APP_NAME/share/APP_NAME/probes.xml.

Testing the XML Probes file

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

Running the XML Probes file

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

Scheduling Probes run

Probes run shall schedule with cron (adding a scheduler is on the roadmap), see [sample-probe-run-script].

See Also


Related

Wiki: Home
Wiki: sample-probe-run-script