I'm building my alerts in the NPM console for IP/SLA. It now correctly triggers an alert in NPM when an IP/SLA threshold is tripped, but I don't see what variable to put in the alert config that will show me the actual MOS score, jitter, latency, etc.
I'm trying to make the alert as detailed as possible. Here's my NPM event log message syntax:
${OperationTypeName} IP SLA Operation ${OperationName} on Node ${SourceNodeCaption} is ${OperationStatusName}: ${StatusMessage}
Any ideas?