# auto-check 配置文件 # 所有参数仅从本文件加载,按分类组织 # --- 网段扫描 --- scan: cidr: "192.168.1.0/24" timeout: 3s concurrency: 50 # --- SSH 认证 --- ssh: user: "root" password: "" key: "" port: 22 # --- 压力测试 --- stress: types: "cpu,memory" duration: 30s threads: 4 # --- 工作流 --- workflow: interval: 10s # --- 报告 --- report: path: "reports"