This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

How can I create an alert based on a custom poller value for which sends an email if the threshold has spiked 25% higher than its historical/average value?

How can I create an alert based on a custom poller value for which sends an email if the threshold has spiked 25% higher than its historical/average value?

I have an alert for a a set threshold but need an alert for incremental spikes / incremental anomalies compared aganist the historical value of last day, last week, or last hour.

Yes I have my poller saving historical data

and

I have captured the values for

CustomPollerID  FROM [dbo].[CustomPollers]

UniqueName FROM [dbo].[CustomPollers]

CustomPollerAssignmentID FROM [dbo].[CustomPollerAssignment]

Thanks

-Brandon