-
Problem report
-
Resolution: Fixed
-
Major
-
5.0.41, 6.0.26, 6.4.11, 7.0.0beta1
-
Support backlog
-
2
Steps to reproduce:
- Try to monitor hypervisor sensors for VMware 6.5+
- Get data through VMware: Get sensors item for dependent discovery rule which uses preprocessing step for jsonpath:
$..HostNumericSensorInfo[?(@.name=="VMware Rollup Health State")]
Result:
Nothing discovered.
Expected:
VMware Hypervisor returns another array with all the data, example from 7.0.3:
{ "val": { "@type": "ArrayOfHostNumericSensorInfo", "HostNumericSensorInfo": [ { "@type": "HostNumericSensorInfo", "name": "[Device] Add-in Card 28 AOCM2NVMe_Temp", "healthState": { "label": "Green", "summary": "The sensor is operating under normal conditions", "key": "Green" }, "currentReading": "4700", "unitModifier": "-2", "baseUnits": "degrees C", "rateUnits": "none", "sensorType": "temperature" }, { "@type": "HostNumericSensorInfo", "name": "[Device] Add-in Card 27 AOCM2NVMe_Temp", "healthState": { "label": "Green", "summary": "The sensor is operating under normal conditions", "key": "Green" }, "currentReading": "4700", "unitModifier": "-2", "baseUnits": "degrees C", "rateUnits": "none", "sensorType": "temperature" }, ...
Please separate current sensor discovery into two:
- for software health check
- for hardware healthcheck
Hardware discovery rule should have items and triggers for Yellow/Red state. This discovery rule should be disabled by default.
- caused by
-
ZBX-20564 Creating vmware.hv.sensor.health.state via lld discovery
- Closed
-
ZBX-12852 Health state rollup report failure Value is not available.
- Closed
- part of
-
ZBXNEXT-7936 Update VMware templates
- Closed