Add goroutine to info collect

Signed-off-by: David J. Allen <allend@lanl.gov>
This commit is contained in:
David J. Allen 2023-09-13 11:21:49 -06:00
parent 2edb9fdbb0
commit c5a6d2a2be
10 changed files with 326 additions and 100 deletions

View file

@ -4,7 +4,7 @@ function build(){
}
function scan() {
./magellan scan --subnet 172.16.0.0 --db.path data/assets.db --port 623
./magellan scan --subnet 172.16.0.0 --db.path data/assets.db --port 443,623,5000
}
function list(){
@ -12,6 +12,6 @@ function list(){
}
function collect() {
./magellan collect --db.path data/assets.db --driver ipmi --timeout 5 --user admin --pass password
./magellan collect --db.path data/assets.db --driver redfish --timeout 30 --user admin --pass password
}