Hello Everyone,
I am trying to get our Node is down alert to include all devices with % loss higher than 40, I can get the SQL query right but when I put it into the email body inside the node is down alert I only get the top left data, no other entries. Am I going about this the wrong way?
Select Caption As Device, PercentLoss AS Loss FROM Orion.nodes WHERE PercentLoss >= '40'