I deployed our new install of NPM/NTA early this week, and now I'm trying to set up alerts for the NetPath Services that I've set up, and while I've got the basic e-mail alerts working, I can't get it to populate some of the variable data.
I have the alert set up to send an e-mail any time the status of the NetPath is not good, it tells me in the subject which path is having issues, and the data that I want to have in the alert e-mails is primarily the response time and packet loss, but that info isn't displaying.
What I have in the e-mail is this:
Current response time: ${N=SwisEntity;M=Probe.Agent.Node.Stats.ResponseTime}
Current Packet loss: ${N=SwisEntity;M=Probe.Agent.Node.Stats.PercentLoss}
What I get is this:
Current response time: ms
Current Packet loss: %
I also threw these into the message to see if any of them would give me what I was looking for, but they didn't:
${N=SwisEntity;M=Probe.Agent.Node.ResponseTime}
${N=SwisEntity;M=Probe.Agent.ResponseTime}
${N=SwisEntity;M=Probe.Agent.Node.PercentLoss}
Does anyone have any ideas why it's not populating the packet loss and response time variables, or if maybe there's some other variable I should be using?