I am using the basic NRPE plugins for Nagios to passively monitor Windows Eventlog. The plugin allows for an EventID exception list as a command argument. So, for instance, I can block any event that has an EventID of 1024.
Of course, this doesn't look at the source of the event.
What I am wondering is on the chance of two Sources using the same EventID. Some spot checking(googling the eventid) has found only uniqueness, so it might be an acceptable risk, but I would like your thoughts. Have you ever come across two sources that use the same EventID?