Hello,
I need some quick advice about triggers. I want to have a trigger with severity depending on the value and dont know which is the best way to get this.
so, I want if the cpu usage goes above 80% trigger an alert with severity "average". But if it goes above 90%, then severity = high.
I have implemented with 2 separate triggers, but that is not optimal as if the cpu is at 95% then 2 alerts are triggered.
Should I create this?
cpu > 90% --> trigger w severity = high
cpu > 80% and <= 90% --> trigger w severity average
or there is another way?
Thanks.
I need some quick advice about triggers. I want to have a trigger with severity depending on the value and dont know which is the best way to get this.
so, I want if the cpu usage goes above 80% trigger an alert with severity "average". But if it goes above 90%, then severity = high.
I have implemented with 2 separate triggers, but that is not optimal as if the cpu is at 95% then 2 alerts are triggered.
Should I create this?
cpu > 90% --> trigger w severity = high
cpu > 80% and <= 90% --> trigger w severity average
or there is another way?
Thanks.
Comment