How an alert is triggered ?

Threshold alerts can be triggered based on different verification types within a specified interval called "Verification Interval".
alert trigger 1
Single Value Threshold: If a single value in the verification interval exceeds the predetermined threshold, an alert is triggered.
alert trigger 2

Last Value Threshold: If, at the end of the verification interval, the last recorded value surpasses the predetermined threshold, an alert will be triggered.
alert trigger 3

Average (Mean) Value Threshold: If the average (mean) value based on the values within the verification interval exceeds the predetermined threshold, an alert is triggered.
alert trigger 4

Median Value Threshold: If the median value calculated from the values within the verification interval exceeds the predetermined threshold, an alert is triggered.
alert trigger 5

User-Defined Value Threshold: User can define a specific number of values and if the number of values within the verification interval exceeds this user-defined threshold, an alert is triggered.
alert trigger 6