I want to monitor CRC errors on an interface but leave out over runs. The problem I've run into, as far as I can tell, is Orion sums all types of errors together into 1 number. When I go to create an alert and tell it to trigger if Recv or Xmit errors are greater than a certain value, it will trigger for that "sum of all errors" value. What I want is to only trigger if CRCs are over that threshold but can't figure out how to get Orion to tell the difference between this.
Any ideas?