Uploaded image for project: 'ZABBIX BUGS AND ISSUES'
  1. ZABBIX BUGS AND ISSUES
  2. ZBX-24134

Hardware healthcheck discovery/items/triggers is discovered for recent VMware 6.5+

XMLWordPrintable

    • Support backlog
    • 2

      Steps to reproduce:

      1. Try to monitor hypervisor sensors for VMware 6.5+
      2. 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.

            akotsegubov Aleksandr Kotsegubov
            edgar.akhmetshin Edgar Akhmetshin
            Team INT
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: