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

Heartbeat interferes with dependent item recovery

    XMLWordPrintable

Details

    • Problem report
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 6.0.10, 6.2.4
    • 6.0.15rc1, 7.0 (plan)
    • Server (S)
    • Zabbix 6.2.4. (server)
      AlmaLinux 8.6
    • Team A
    • Sprint 95 (Dec 2022), Sprint 96 (Jan 2023), Sprint 97 (Feb 2023), Sprint 98 (Mar 2023)
    • 1

    Description

      Steps to reproduce:

      1. Apply the attached template to a host, it contains a dependent item with heartbeat preprocessing
      2. Send valid data
      zabbix_sender -z zabbix_server -s zabbix_host -k heartbeat -o "123" 

      data gets recieved and processed properly

      1. Send invalid data
      zabbix_sender -z zabbix_server -s zabbix_host -k heartbeat -o "abc" 

      heartbeat_dep becomes unsupported

      1. Send valid data
      zabbix_sender -z zabbix_server -s zabbix_host -k heartbeat -o "123" 

      heartbeat_dep is still unsupported <- BUG

      Result:

      heartbeat_dep is still unsupported even with valid data
      Expected:
      heartbeat_dep becomes supported after sending valid data

      Notes:
      **

      • Sending different valid data recovers the item -> heartbeat is causing the issue
      zabbix_sender -z zabbix_server -s zabbix_host -k heartbeat -o "456" 

      • Only dependent items seem to be affected, I wasn't able to reproduce the issue using other item types

      Attachments

        Issue Links

          Activity

            People

              dgoloscapov Dmitrijs Goloscapovs
              chenx Chen Xia
              Votes:
              0 Vote for this issue
              Watchers:
              9 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: