Scan

To conduct a simple scan using the command line, you can execute the following command:

unctl <provider> -s

Make sure to replace <provider> with your actual provider's name. This will perform a quick scan and give you the default status.

Beginning of the scan report
End of the scan report

Filters

  1. Check ID (-c cli option or filter.checks config value):

  2. Failed only (-f cli option or filter.failed_only config value):

  3. Category (--categories cli option or filter.categories config value):

  4. Service (--services cli option or filter.services config value):

Ignore

  1. Check ID (--ignore cli option or ignore.checks config value):

  2. Object (--ignore-object cli option or ignore.objects config value):

Last updated