event managemnt

mirza_saquib
Tera Contributor

Hi All,

 

I am working on the Priority Change of the Incident:

1- When the Description Contains CPU and the Threshold ranges from 85% - 95%  the priority of Incident should be "P3"

2- When the Description Contains CPU and the Threshold ranges above 95%  the priority of Incident should be "P2"

I have created an Alert management rules which is working properly, but how to tackle the issue like when the event trigger suppose with threshold "89%" and incident with P3 created when again  the event trigger with same message key but the threshold now is above 95% So need to update the priority as P2 but i am not able to update the incident when the  higher threshold  reached.

Thanks & Regards
Mirza Saquib Beg

linkedin.com/in/mirza-saquib-beg-262a07208 

2 REPLIES 2

Ademir Amaral1
Kilo Sage

@mirza_saquib You must create a BR to modify the incident when the value is greater than 95%. Generate a script initially and share it with us so we can help.

James Chun
Kilo Patron

Hey @mirza_saquib ,

 

You should be able to use the Alert Management Rule for this.

  • With your existing Alert Management Rule, change the filter such that Alert Management is triggered whenever there is a change in the alert's threshold (i.e. 'Rule is activated when' = 'Alert changes to filter')
  • Create a Flow that would either create a new Incident or update the severity of an existing Incident that is associated with the alert

Haven't done this myself but sounds most logical to me.

Hope it helps!