Yogibaer75 / Check_MK-Things

From check plugins to website extensions
62 stars 17 forks source link

[Improvement][Redfish] Dell NVMe SSDs missing #42

Closed stereu closed 7 months ago

stereu commented 10 months ago

NVMe SSDs connected via Front Bays in Dell Servers are missing in the new Redfish Plugin. The older iDRAC Plugin had those checks.

The Redfish endpoint for one drive is e.g. /redfish/v1/Systems/System.Embedded.1/Storage/CPU.1/Drives/Disk.Bay.1:Enclosure.Internal.0-1

Is this known and already in work or should i build and commit it to this repo?

Yogibaer75 commented 10 months ago

Thanks for the information. I must have a look at my available systems if there is one with NVMe disks connected to the front bays. If it is not too much work and if possible for you i would also take an Redfish dump from such a machine for my dev work. To make a dump from the Redfish interface i used the tool --> https://github.com/DMTF/Redfish-Mockup-Creator If you use this there are some folders included in Dell servers that can be removed from the output without problem.

image

The marked folders are not needed and can be very big :)

stereu commented 9 months ago

Sure! Here you go: dell-poweredge-r6515-redfish-dump Access granted only for you and dev purposes as there are possibly sensitive informations in it.

Yogibaer75 commented 9 months ago

Thanks for the dump. I think i saw already what is different between NVMe and normal drive. I will test it and modify the agent with a new version the next days.

Yogibaer75 commented 9 months ago

Strange i checked with my actual version 2.2.18 and i have the NVMe drives in the checks. Also the volumes of these drives are shown correctly.

image