Preflight

Usage

list all checkers

preflight list 

skip run checkers

run all checkers expect checker type is port and os

preflight run --skip port,os

ignore checkers result

run all checkers and ignore cpu and mem errors,just warning.

preflight run --ignore-errors cpu,mem

Examples