-
Problem report
-
Resolution: Fixed
-
Major
-
6.0.10, 6.2.4
-
Zabbix 6.2.4. (server)
AlmaLinux 8.6
-
Sprint 95 (Dec 2022), Sprint 96 (Jan 2023), Sprint 97 (Feb 2023), Sprint 98 (Mar 2023)
-
1
Steps to reproduce:
- Apply the attached template to a host, it contains a dependent item with heartbeat preprocessing
- Send valid data
zabbix_sender -z zabbix_server -s zabbix_host -k heartbeat -o "123"
data gets recieved and processed properly
- Send invalid data
zabbix_sender -z zabbix_server -s zabbix_host -k heartbeat -o "abc"
heartbeat_dep becomes unsupported
- 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
- causes
-
ZBX-22627 Unable to get values after upgrading to Zabbix 6.0.15
- Closed
- depends on
-
ZBXNEXT-8166 Thread based pre-processing workers
- Closed