mirror of
https://github.com/davidallendj/magellan.git
synced 2025-12-20 03:27:03 -07:00
Updated example config
This commit is contained in:
parent
ef82a5c45d
commit
fba9b547ee
1 changed files with 2 additions and 8 deletions
10
config.yaml
10
config.yaml
|
|
@ -17,13 +17,7 @@ collect:
|
||||||
output: "/tmp/magellan/data/"
|
output: "/tmp/magellan/data/"
|
||||||
threads: 1
|
threads: 1
|
||||||
force-update: false
|
force-update: false
|
||||||
preferred-driver: "redfish"
|
ca-cert: "cacert.pem"
|
||||||
secure-tls: false
|
|
||||||
cert-pool:
|
|
||||||
drivers:
|
|
||||||
- "redfish"
|
|
||||||
ipmitool:
|
|
||||||
path: "/usr/bin/ipmitool"
|
|
||||||
update:
|
update:
|
||||||
bmc-host:
|
bmc-host:
|
||||||
bmc-port: 443
|
bmc-port: 443
|
||||||
|
|
@ -36,7 +30,7 @@ update:
|
||||||
component:
|
component:
|
||||||
secure-tls: false
|
secure-tls: false
|
||||||
status: false
|
status: false
|
||||||
threads: 1
|
concurrency: 1
|
||||||
timeout: 30
|
timeout: 30
|
||||||
verbose: true
|
verbose: true
|
||||||
db:
|
db:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue