Regarding the crash - do you have core dump from the crash? Also, what exact version and on what platform you are using?
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
if ($event->parameters[1] ~= "^SNMP_TRAP: Virtual (.*) has become unavailable")
{
PostEvent($node, "CUSTOM_EVENT", null, $1);
}