Hello,
We currently set our alert priority and team based on the Custom Property for nodes -
Severityµ#µ${N=SwisEntity;M=CustomProperties.Alert_Priority}§#§
I'm trying to update this to use to value we set on the SAM Template: that is located in Orion.APM.ApplicationCustomProperties:
I've tried:
Severityµ#µ${N=SwisEntity;M=ApplicationCustomProperties.Alert_Priority}§#§
Severityµ#µ${N=SwisEntity;M=APM.ApplicationCustomProperties.Alert_Priority}§#§
Severityµ#µ${N=SwisEntity;M=Orion.APM.ApplicationCustomProperties.Alert_Priority}§#§
and even:
${SQL Select Alert_Priority FROM APM_ApplicationCustomProperties WHERE ApplicationID = ${ApplicationID}}
I was wondering if anyone is able to generate alert variables based on the custom property you can assign the application monitor and the syntax behind doing so?