| Characteristic | Value |
|---|
| Type | enum |
Variants
Script
Script that will be run to validate the target OS. The success or failure of the script will define the health of the target OS. The script will run where Trident is running, either in the target OS or in a container running on the target OS (where the target OS '/' is mounted as '/host').
Scripts that are configured with a path source must exist in the target OS.
| Characteristic | Value |
|---|
| Type | object |
Properties
Script (required)
| Characteristic | Value |
|---|
| Type | Script |
| Link | Script |
SystemdCheck
Define systemd service(s) that need to be in a successful state, defined by systemctl status returning success. The success or failure of this check will define the health of the target OS.
| Characteristic | Value |
|---|
| Type | object |
Properties
SystemdCheck (required)