Is it possible to have a SCOM monitor that is related to a performance counter. For instance, we monitor a WCF Service Operation that gives us an indicator of our system's workload ("Calls Per Second"), can we create a Monitor of errors that is related to this figure, a percentage say?
Surely this is a pretty standard requirement but I can't seem to see how this is done in SCOM.
Here's how see it:
Volume Monitor: (Based on 'Calls Per Second')
Error Monitor: (Based on 'Errors Per Second' / 'Calls Per Second')
The we could generate an Alert on the Error Monitor say if it goes above 0.5% or some arbitrary value that we could tweak.