Do you have SYS_DCI_ACTIVE events in event log for that node?
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);
}