magellan/config.yaml
2024-05-10 10:07:54 -06:00

37 lines
625 B
YAML

scan:
hosts:
- "172.16.1.15"
subnets:
- "172.16.0.0"
- "172.16.0.0/24"
subnet-masks:
ports:
- 433
disable-probing: false
collect:
# host: smd-host
# port: smd-port
user: "admin"
pass: "password"
protocol: "https"
output: "/tmp/magellan/data/"
threads: 1
force-update: false
ca-cert: "cacert.pem"
update:
bmc-host:
bmc-port: 443
user: "admin"
pass: "password"
transfer-protocol: "HTTP"
protocol: "https"
firmware-url:
firmware-version:
component:
secure-tls: false
status: false
concurrency: 1
timeout: 30
verbose: true
db:
path: "/tmp/magellan/magellan.db"