Skip to content

Commit

Permalink
Updated example config
Browse files Browse the repository at this point in the history
  • Loading branch information
davidallendj committed Aug 7, 2024
1 parent 6d1dae2 commit 22b88a9
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,18 @@ scan:
- "172.16.0.0"
- "172.16.0.0/24"
subnet-masks:
- "255.255.255.0"
ports:
- 433
- 443
disable-probing: false
disable-caching: false
protocol: "tcp"
scheme: "https"
collect:
# host: smd-host
# port: smd-port
username: "admin"
password: "password"
protocol: "https"
protocol: "tcp"
scheme: "https"
output: "/tmp/magellan/data/"
threads: 1
force-update: false
Expand All @@ -23,8 +26,7 @@ update:
port: 443
username: "admin"
password: "password"
transfer-protocol: "HTTP"
protocol: "https"
transfer-protocol: "HTTPS"
firmware:
url:
version:
Expand Down

0 comments on commit 22b88a9

Please sign in to comment.