Azure / azure-monitor-baseline-alerts

Azure Monitor Baseline Alerts
MIT License
126 stars 182 forks source link

[Question/Feedback]: Renaming action groups to follow naming convention #203

Closed arrerezai closed 2 months ago

arrerezai commented 2 months ago

Check for previous/existing GitHub issues

Description

Hi,

I am utilizing azure-monitoring-baseline-alerts together with epac (with the help of @anwather 's amba-export repository). I would like to know how I would be able to change the action group names from having the following standard [ag-AMBA-SH--001] to whatever else? As the policies are checking for 'SH-' etc, is there any easy way to solve this? I would rather have them follow the rest of the naming convention we have set up.

Thanks!

Brunoga-MS commented 2 months ago

Hello @arrerezai, thanks for your feedback. We only that naming convention to differentiate the action group used specifically for Service Health. Is there any reason why you would like to change it?

Thanks, Bruno.

arrerezai commented 2 months ago

Hello Bruno, Yes indeed, to meet the rest of the naming standard defined in our environment. How would you recommend it to be done? Thanks!

Brunoga-MS commented 2 months ago

The only possible way is to customize the relevant AMBA policy definitions as documented at Customizing the AMBA policies. Policies to be changed are:

Make sure you change all the references to the previous name structure especially in the existence condition.

Thanks!