mirror of
https://github.com/davidallendj/magellan.git
synced 2025-12-20 22:00:04 -07:00
Updated example config
This commit is contained in:
parent
6d1dae25ec
commit
22b88a908a
1 changed files with 8 additions and 6 deletions
14
config.yaml
14
config.yaml
|
|
@ -5,15 +5,18 @@ scan:
|
||||||
- "172.16.0.0"
|
- "172.16.0.0"
|
||||||
- "172.16.0.0/24"
|
- "172.16.0.0/24"
|
||||||
subnet-masks:
|
subnet-masks:
|
||||||
|
- "255.255.255.0"
|
||||||
ports:
|
ports:
|
||||||
- 433
|
- 443
|
||||||
disable-probing: false
|
disable-probing: false
|
||||||
|
disable-caching: false
|
||||||
|
protocol: "tcp"
|
||||||
|
scheme: "https"
|
||||||
collect:
|
collect:
|
||||||
# host: smd-host
|
|
||||||
# port: smd-port
|
|
||||||
username: "admin"
|
username: "admin"
|
||||||
password: "password"
|
password: "password"
|
||||||
protocol: "https"
|
protocol: "tcp"
|
||||||
|
scheme: "https"
|
||||||
output: "/tmp/magellan/data/"
|
output: "/tmp/magellan/data/"
|
||||||
threads: 1
|
threads: 1
|
||||||
force-update: false
|
force-update: false
|
||||||
|
|
@ -23,8 +26,7 @@ update:
|
||||||
port: 443
|
port: 443
|
||||||
username: "admin"
|
username: "admin"
|
||||||
password: "password"
|
password: "password"
|
||||||
transfer-protocol: "HTTP"
|
transfer-protocol: "HTTPS"
|
||||||
protocol: "https"
|
|
||||||
firmware:
|
firmware:
|
||||||
url:
|
url:
|
||||||
version:
|
version:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue