Querying PDU working

This commit is contained in:
Ben McDonald 2025-06-06 13:41:21 -07:00
parent 56522a3f29
commit a9d16f50cf
No known key found for this signature in database

View file

@ -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)