I am trying to build an "Alert wiki" that is dynamically populated with alerts defined in Orion so that users can view the complete list, custom properties, thresholds, trigger conditions etc. (I'm thinking I could post it to SharePoint for example).
The problem is that trigger (and reset trigger) fields are XML coded and not that straightforward to parse (especially when you have a filter condition, multiple trigger conditions, nested AND/ORs). So far I have managed to write some PowerShell code that kinda does the job (it does not work that well on more complex alerts).
I was wondering if anyone has figured out a more elegant solution.