bb-Ricardo / check_redfish

A monitoring/inventory plugin to check components and health status of systems which support Redfish. It will also create a inventory of all components of a system.
MIT License
113 stars 34 forks source link

Two entries "UNKNOWN" (storage controllers and Network Adapters) #124

Closed Djdodo666 closed 8 months ago

Djdodo666 commented 9 months ago

Hi, if I run the command with "--all", I get two UNKOWN-entries. The one for the storage controller (which is correct as ESXi is running fron SD-Card) and one for network adapters.

[UNKNOWN]: Request error: No network adapter or interface data returned for API URL '/redfish/v1/Systems/System.Embedded.1/NetworkInterfaces'

BUT: [OK]: All network adapter (0) and ports (8) are in good condition

How can I go around this to avoid alarms?

bb-Ricardo commented 9 months ago

Hey, can you try to run the latest next-release branch? I fixed some issues regarding network discovery.

Djdodo666 commented 9 months ago

Weird. The UNKNOWN of the network-adapters stays the same, UNKNOWN of storage adapters is gone. Here is the system info: image

Djdodo666 commented 9 months ago

Is there any way to add these two adapter models to the check?

bb-Ricardo commented 9 months ago

This looks like a Dell iDRAC. I currently don't know why the Network adapters don't show up.

Can you create a Mockup with the Redfish Mockup creator and send result via email? Then I could add it to my test suit and find out why the network adapters are missing.

bb-Ricardo commented 8 months ago

You mentioned the issue has been resolved via an iDRAC firmware update. Therefore will close this issue.