We have a couple triggers for disk space, one for 5% and one for 10%. If the 5% triggers, then obviously the 10% is also triggered. Is there a way to ignore or auto-acknowledge the 10% trigger if the 5% trigger is set off so we don't have as many alerts?
Ad Widget
Collapse
Disk space trigger question
Collapse
X
-
Tags: None
-
you need to make the trigger itself max and min valuse
for exsample :
({server:key.last()}<10) and
({server:key.last()}>5)
and the other trigger :
({server:key.last()}<5)
and they will never show together -
-
onallion:
Does the dependency work fine for you?
Because I have tried it, but if the first one (10%) is already triggered and the disk space goes below 5% then the second (5%) trigger will be active, but the first trigger (10%) remains active.
Is there any trick to avoid the double triggers?Comment
-
Comment
Comment