Improve crawl instruction and log Redfish Version

This commit is contained in:
Alex Lovell-Troy 2024-07-02 16:25:28 -04:00
parent fdc574f5f2
commit eccd9adb41
No known key found for this signature in database
2 changed files with 2 additions and 1 deletions

View file

@ -72,6 +72,7 @@ func CrawlBMC(config CrawlerConfig) ([]InventoryDetail, error) {
// Obtain the ServiceRoot
rf_service := client.GetService()
log.Info().Msgf("found ServiceRoot %s. Redfish Version %s", rf_service.ID, rf_service.RedfishVersion)
var rf_systems []*redfish.ComputerSystem