views:

181

answers:

0

I have an app that has quite a bit of instrumentation via the Performance Monitor. The Performance Alerts are working fine, but I have a requirement for an alert threshold that I can't seem to figure out. I do not want to write a custom app to make it happen.

There is a counter that I need to alert on when the value == zero over a 60 minute sample interval. The counter is of type RateOfCountsPerSecond32, and an example value of this particular counter over that interval is 0.010555586992071, but should never be zero. How do I configure the over/under limits to make this happen? Or can I?

related questions