[ZBX-19071] Preprocessing step "Check for not supported value" stops server Created: 2021 Mar 01 Updated: 2024 Apr 10 Resolved: 2021 Mar 10 |
|
Status: | Closed |
Project: | ZABBIX BUGS AND ISSUES |
Component/s: | Proxy (P), Server (S) |
Affects Version/s: | 5.4.0beta1 |
Fix Version/s: | 5.2.6rc1, 5.4.0beta1, 5.4 (plan) |
Type: | Problem report | Priority: | Minor |
Reporter: | Aigars Kadikis | Assignee: | Andrejs Kozlovs |
Resolution: | Fixed | Votes: | 2 |
Labels: | None | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified |
Attachments: |
![]() ![]() ![]() |
||||||||||||||||||||||||||||||||
Issue Links: |
|
||||||||||||||||||||||||||||||||
Team: | |||||||||||||||||||||||||||||||||
Sprint: | Sprint 74 (Mar 2021) | ||||||||||||||||||||||||||||||||
Story Points: | 1 |
Description |
Create an item: test.trap which holds integer values. Create a calculated item that takes the last value and substracts the previous value: last("test.trap")-last("test.trap","#2") Create a preprocessing step: Deliver only one metric to test.trap item. zabbix_sender -z 127.0.0.1 -s trap -k test.trap -o 44 Result When the calculated item will execute the expression, the server will crash with a message: P.S.
Attaching template for faster reproducing: |
Comments |
Comment by Andrejs Kozlovs [ 2021 Mar 04 ] |
Available in:
|
Comment by Marc Schiller [ 2021 Mar 12 ] |
Is there any workaround? How can I figure out which item causes the crash? |
Comment by Vladislavs Sokurenko [ 2021 Mar 12 ] |
It is the one that uses "Check for not supported value" preprocessing step select itemid from item_preproc where type=26; |
Comment by Marc Schiller [ 2021 Mar 12 ] |
Thanks |
Comment by Raoel Oomen [ 2021 Mar 26 ] |
Manual downgrade did not break anything for me (the mysql-query gave me 200 results, no point in fixing that manually). |