Run
This command is used to run a list of synthetic check.
You need to create file config.openstatus.yaml
in the root of your project. The file should contain the following information.
tests: ids: - monitor-id-1 - monitor-id-2
You can run the synthetic checks using the following command.
openstatus run
Options
--config
- Path to the config file. Default isconfig.openstatus.yaml
.