With version 2.2.4 zabbix changed the IPMI reading (ZBX-8188) of sensor data.
Some Dell PowerEdge iDRAC implementations (like oder PowerEdge R815) however did not support this.
While the sdr Data from such sensors are ok, the "sensor" functions returning sensor not present.
You can check this with ipmitool IP:
ipmitool -H A.B.C.D -U user -P secret -L USER -I lanplus sensor get "CPU 1 Temp" shows:
ipmitool -H A.B.C.D -U user -P secret -L USER -I lanplus sdr get "CPU 1 Temp" shows:
The values from the sdr readings are fine. After the upgrade however zabbix declared these types of sensors as "Not Supported".
I wounder if it is possible to implement an option in zabbix to control if the ipmi_poller is getting its data from "sensor" oder "sdr".
Some Dell PowerEdge iDRAC implementations (like oder PowerEdge R815) however did not support this.
While the sdr Data from such sensors are ok, the "sensor" functions returning sensor not present.
You can check this with ipmitool IP:
ipmitool -H A.B.C.D -U user -P secret -L USER -I lanplus sensor get "CPU 1 Temp" shows:
Code:
Locating sensor record... Sensor ID : CPU 1 Temp (0x1) Entity ID : 3.1 Sensor Type (Analog) : Temperature Sensor Reading : Unable to read sensor: Device Not Present Event Status : Event Messages Disabled Assertion Events : Event Enable : Event Messages Disabled Assertions Enabled :
Code:
Sensor ID : CPU 1 Temp (0x1) Entity ID : 3.1 (Processor) Sensor Type (Analog) : Temperature Sensor Reading : 46 (+/- 1) degrees C Status : ok Upper critical : 85.000 Upper non-critical : 80.000 Positive Hysteresis : 1.000 Negative Hysteresis : 1.000 Minimum sensor range : Unspecified Maximum sensor range : Unspecified Event Message Control : Per-threshold Readable Thresholds : unc ucr Settable Thresholds : Threshold Read Mask : unc ucr Event Status : Event Messages Disabled Assertion Events : Event Enable : Event Messages Disabled Assertions Enabled :
I wounder if it is possible to implement an option in zabbix to control if the ipmi_poller is getting its data from "sensor" oder "sdr".