-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
When I compare the results of ipmitool sensor list
with the list of sensors in the result from RetrieveSDRRepository()
, I see many more sensors returned by ipmitool. They are all "discrete" (binary?) sensors - here is an example:
Presence | 0x0 | discrete | 0x0180| na | na | na | na | na | na
From a printf I added, it looks to me like the filtering happens on this line:
Line 91 in 455e487
if fsrLayer := packet.Layer(ipmi.LayerTypeFullSensorRecord); fsrLayer != nil { |
Is there any way to list those filtered sensors using this library rather than discarding them?
Metadata
Metadata
Assignees
Labels
No labels