-
Incident report
-
Resolution: Fixed
-
Trivial
-
2.0.4rc1, 2.1.0
Error message incorrect when trigger expression contains line break. For example:
Incorrect trigger expression format "
{constant}={constant}&
{constant}={constant}&
{constant}={constant}&
{constant}={constant}&
{constant}={constant}&
{constant}={constant}". Check expression part starting from "
{test6:snmp.test1.last(0)}=0&
{test6:snmp.test2.last(0)}=0&
{test6:snmp.test3.last(0)}=0&
{test6:snmp.test4.last(0)}=0&
{test6:snmp.test5.last(0)}=0&
{test6:snmp.test6.last(0)}=0".
for trigger expression:
=0&
{test6:snmp.test2.last(0)}=0&
{test6:snmp.test3.last(0)}=0&
{test6:snmp.test4.last(0)}=0&\n
{test6:snmp.test5.last(0)}=0&
{test6:snmp.test6.last(0)}=0
where \n - new line break. Used here only for demonstration the problem.