When we were on Windows 2003 AD, we used a combination of "evntwin" on the domain controllers to fire off traps for 644 events (locked out user) and Orion Trap Viewer to send an email when one of these traps was received. The Trap Viewer was configured to trigger on the trap OID of "EVENT-LOG-TRAP-MIB:security.0.644". As most people know, in Windows 2008/2012 these are now 4740 events. I re-configured "evntwin" on 2012 to send the trap, but the problem is the trap OID is so long, Orion does not let you enter all the characters. The actual OID "EVENT-LOG-TRAP-MIB:eventLogMib.35.77.105.99.114.111.115.111.102.116.45.87.105.110.100.111.119.115.45" gets truncated at the last occurrence of 111.
Is this still a valid method for alerting on lockouts, and if so, how do I skirt the character limitation? All the event monitors don't really give you what your Help Desk people need and that is who is locked out and maybe from where. A count of the number of locked out users is not what I am after. The relevant data (who is locked out) is contained in the trap event variables and just needs to be sent along in the notification email. Is there something I am missing to shorten the OID?
Jim

