-
Problem report
-
Resolution: Cannot Reproduce
-
Trivial
-
None
-
5.4.1, 5.4.2
-
None
-
None
-
Ubuntu 20.04, mysql 14.14, zabbix installed from package repository
Steps to reproduce:
- create preprocessing step in discovery with the following syntax in an item prototype
Result:
See forum entry Zabbix Server 5.4.1 and 5.4.2 crash - ZABBIX Forums
mysql> select item_preprocid,params from item_preproc where params like '%display_name%'; +----------------+--------------------------------------------------+ | item_preprocid | params | +----------------+--------------------------------------------------+ | 167069 | $.[?(@.display_name =~ "floating")].display_name | | 167070 | $.[?(@.display_name =~ "floating")].display_name | | 167071 | $.[?(@.display_name =~ "floating")].display_name |
Expected:
We removed the entries from the database with
mysql> delete from item_preproc where params like '%display_name%'; Query OK, 286 rows affected (0.01 sec) mysql> delete from item_rtdata where error like '%display_name%'; Query OK, 286 rows affected (0.08 sec)
and the issue is gone