Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Azure monitor alert for CPU usage > 80% for 30 minutes or more

I would really appreciate if someone could help me with this.

I am trying to create an Azure monitor alert for CPU usage >= 80% for 30 mins or more

I've attached a screenshot of the condition for the alert rule. Under Evaluated based on does the Aggregation granularity (Period) mean that the alert will be triggered if the CPU average is greater thank 80% for 30 minutes or more?


enter image description here

like image 446
RocketChimp Avatar asked Oct 31 '25 19:10

RocketChimp


1 Answers

Under Evaluated based on does the Aggregation granularity (Period) mean that the alert will be triggered if the CPU average is greater thank 80% for 30 minutes or more?

Yes, the conditions whatever you are given for the monitor alert is correct.

Based on the condition what you have given for the azure monitor alert, you are asking Azure Monitor to run an evaluation for every 5 minutes and average the CPU percentage (usage) over the previous 30 minutes, then fire an alert if that number is greater than 80% of the CPU usage.

like image 127
RKM Avatar answered Nov 03 '25 10:11

RKM



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!