Hi Guys
I have an Item the monitors memory and have a trigger when the 80% memory is reached
PRODLEM:
Every time the Item is over 80% I get an Alert. for example the threshold is 2.5G lets say the last value was 2.6G than the trigger is true and I get an alert the next value is 2.7G the trigger is again true and I get ANOTHER alert which is not what I want.
What I want:
I would like is one Alert when the threshold is reached even though it might have rached the threshold many time . Then 1 recovery when it recovers.
I have an Item the monitors memory and have a trigger when the 80% memory is reached
Code:
.last(0)}>2684354560
PRODLEM:
Every time the Item is over 80% I get an Alert. for example the threshold is 2.5G lets say the last value was 2.6G than the trigger is true and I get an alert the next value is 2.7G the trigger is again true and I get ANOTHER alert which is not what I want.
What I want:
I would like is one Alert when the threshold is reached even though it might have rached the threshold many time . Then 1 recovery when it recovers.
Comment