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

Disk health is not properly monitored by HPE MSA template

XMLWordPrintable

    • S24-W16/17
    • 0.1

      Disk health item prototype contains a wrong preprocessing step which prevent proper monitoring:

      • JSONPath: $.['health-numeric'].first()

      This issue goes mainly unnoticed due to a Custom on fail settings which set value to 4 (N/A). By disabling Custom on fail we can see the error:

      Failed: cannot extract value from json by path "$.['health-numeric'].first()": cannot apply function to non-array JSON element

      The preprocessing step should be changed to:

      • JSONPath: $.['health-numeric']

      This issue may apply to MSA2040 and MSA2060 templates.

      Also please note that these templates are missing an item prototype to monitor Volumes health, which is actually available in the returned JSON.

        1. disk-json-exceprts.txt
          3 kB
        2. screen8041.png
          screen8041.png
          61 kB
        3. screen8042.png
          screen8042.png
          32 kB
        4. screen8074.png
          screen8074.png
          53 kB

            drasikhov Denis Rasikhov
            bitmind Nicola Mauri
            Team INT
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: