refactor(discovery): use ping for discovery and fill MAC via SSH
This commit is contained in:
@@ -3,13 +3,14 @@
|
||||
|
||||
# --- 网段扫描 ---
|
||||
scan:
|
||||
cidr: "192.168.1.0/24"
|
||||
cidr: "10.0.3.0/24"
|
||||
timeout: 3s
|
||||
concurrency: 30
|
||||
|
||||
# --- SSH 认证 ---
|
||||
ssh:
|
||||
user: "root"
|
||||
password: ""
|
||||
user: "admin"
|
||||
password: "admin123"
|
||||
key: ""
|
||||
port: 22
|
||||
|
||||
@@ -21,7 +22,7 @@ stress:
|
||||
|
||||
# --- 工作流 ---
|
||||
workflow:
|
||||
interval: 10s
|
||||
interval: 30s
|
||||
|
||||
# --- 报告与打印 ---
|
||||
report:
|
||||
|
||||
Reference in New Issue
Block a user