Is it possible to reset the SourceEventType attribute via an ASL script called from trap_mgr.conf?
All Supported Smarts versions
No. User need to use a hookscript as below to set this attribute.
eventObj = self->object(NotificationName);eventObj->SourceEventType = "PROBLEM";