Hi,
yes, this is known issue fixed in 2.2.13 (crash because of improperly loaded scheduled task).
Best regards,
Victor
yes, this is known issue fixed in 2.2.13 (crash because of improperly loaded scheduled task).
Best regards,
Victor
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menu
if ($2 match $1)
{
println "Matched";
println " CG1 = " . $1;
println " CG2 = " . $2;
println " CG3 = " . $3;
println " CG4 = " . $4;
println " CG5 = " . $5;
}
else
{
println "Not matched";
}
victor@hp8570w ~/tmp $ /opt/netxms/bin/nxscript regex.nxsl 'Error\s(.*)' 'Error 44'
NetXMS Scripting Host Version 3.0.1690
Copyright (c) 2005-2018 Victor Kirhenshtein
Matched
CG1 = 44
CG2 = Error 44
CG3 =
CG4 =
CG5 =
victor@hp8570w ~/tmp $
/opt/netxms/bin/nxlptest -D9 -t9 -f /tmp/syslog /opt/netxms/etc/syslog_parser.xml