mirror of
https://github.com/davidallendj/magellan.git
synced 2025-12-20 11:37:01 -07:00
Querying PDU working
This commit is contained in:
parent
56522a3f29
commit
a9d16f50cf
1 changed files with 1 additions and 0 deletions
|
|
@ -32,6 +32,7 @@ var pduCollectCmd = &cobra.Command{
|
||||||
URI: host,
|
URI: host,
|
||||||
Username: username,
|
Username: username,
|
||||||
Password: password,
|
Password: password,
|
||||||
|
Insecure: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
inventory, err := jaws.CrawlPDU(config)
|
inventory, err := jaws.CrawlPDU(config)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue