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

Preprocessing does't work with nodata.

XMLWordPrintable

    • Icon: Problem report Problem report
    • Resolution: Unresolved
    • Icon: Trivial Trivial
    • None
    • None
    • Server (S)

      Preprocessing does not process no data. Example, health check api (response code 200). It turns out that we use Javascript preprocessing to get the api status.
      {if (value == '')

      {        return 0; }

      else 

      {         return 1; }

      }}

      But when the api does not respond and we receive no data, preprocessing does not handle this, so there were no values. I think you need to add processing to preprocessing nodata. 

            ematuls Eduards Matuls (Inactive)
            Illum8 Kartoev Akhmed Isaevich
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: