hmscott4 / AlertManagement

Manage SCOM Alerts
2 stars 3 forks source link

Enhancement: Assign alert storm to correct owner #6

Open randomnote1 opened 3 years ago

randomnote1 commented 3 years ago

Currently Alert Storm Detected: <alert name> alerts are not assigned to the owner of the alert which cause the storm alert to be generated. This enhancement should take the name of the alert, look up the assignment for that alert, and assign it to the specified group.

hmscott4 commented 3 years ago

This article from Kevin Holman may help you. I'm thinking that when you write the event to the Ops Manager Event Log, you can add parameters for Ticket ID and Owner. Then, when you read the event, you can pull those parameters in and use them in the alert.

Article: https://kevinholman.com/2016/04/02/writing-events-with-parameters-using-powershell/

randomnote1 commented 3 years ago

Ahhh....where was this when I built this complicated setup!?