Personalizing Your Own Group of Checks
To create your own personal set of checks for diagnosing your system, use the --config option. Create the configuration JSON file and specify name of each check file.
Optional: You can specify the absolute or relative path to check file if this check won’t be loaded by default.
An example of a configuration file is in configs/sample_config.json. It looks similar to this:
Note: A checker file can contain more than one check. You can choose only one by specifying the name.
Find the name and path of each of the checks you wish to run from the List of Checks by Check Name and add each of the checks to the JSON file.
Then run the Diagnostics Utility for oneAPI using the config argument:
If your config file has a different name or path, change the configs/sample_config.json to the name and path of your config file.
Example output