log trigger creation interface creates triggers like :
((
{Server 176:log[/var/log/boot.msg].regexp(error)})#0|(
{Server 176:log[/var/log/boot.msg].regexp(problem)})#0)
trigger editor can't deal with this and considers the above as a single item because of the outer parenthesis
- is duplicated by
-
ZBX-4496 Properly spliting expressions in trigger expression constructor.
- Closed