-
Type:
Sub-task
-
Resolution: Duplicate
-
Priority:
Major
-
None
-
Affects Version/s: 6.4.2, 6.4.3
-
Component/s: None
-
None
-
Environment:Zabbix server 6.4.3
-
Sprint 103 (Aug 2023), Sprint 104 (Sep 2023), Sprint 105 (Oct 2023), Sprint 106 (Nov 2023), Sprint 107 (Dec 2023), S2401
Steps to reproduce:
- Open the trigger "Nginx: Failed to fetch stub status page" in "Nginx by HTTP" template
- Try to update find() function in trigger expression from:
find(/Nginx by HTTP/nginx.get_stub_status,,"like","HTTP/1.1 200")=0
to:
find(/Nginx by HTTP/nginx.get_stub_status,,"regexp","HTTP\/[\d.]+\s+200")=0
Result:
Cannot update trigger. Invalid parameter "/1/expression"...

Expected:
Expression must be applied correctly. Zabbix 6.0 is not affected and expression works in 6.0.18. Upcoming 7.0 might be affected as well as 6.4.