mirror of
https://github.com/davidallendj/magellan.git
synced 2025-12-20 03:27:03 -07:00
Minor tweaks, changes, and fixes
Signed-off-by: David J. Allen <davidallendj@gmail.com>
This commit is contained in:
parent
34367f830a
commit
8faa570b0a
6 changed files with 34 additions and 35 deletions
|
|
@ -4,14 +4,14 @@ function build(){
|
|||
}
|
||||
|
||||
function scan() {
|
||||
./magellan scan --subnet 172.16.0.0 --db.path data/assets.db --port 443,623,5000
|
||||
./magellan scan --subnet 172.16.0.0 --port 443
|
||||
}
|
||||
|
||||
function list(){
|
||||
./magellan list --db.path data/assets.db
|
||||
./magellan list
|
||||
}
|
||||
|
||||
function collect() {
|
||||
./magellan collect --db.path data/assets.db --driver redfish --timeout 30 --user admin --pass password
|
||||
./magellan collect --user admin --pass password
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue