Yes, it looks like message is too big (or rather supplied buffer is too small). I've registered an issue in our bug tracker: https://track.radensolutions.com/issue/NX-1863
Best regards,
Victor
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
TestService:/number_of_pending_tasks
if ($event->parameters[1] ~= "^SNMP_TRAP: Virtual (.*) has become unavailable")
{
PostEvent($node, "CUSTOM_EVENT", null, $1);
}