i can get triggers on either Node and Interface for PercentLoss.
but the variable ${PercentLoss} only has a value for Node and not for Interface. Why?
does the variable have a different name when using Interface packet loss?
lchance,
How are you setting up a trigger on interface percent loss? I don't see that as an option in my advanced alerts trigger conditions. (I'm still on 8.5.1 SP3) From the description of the percent loss variable in the admin guide, that node variable represents the percent of ping packets lost when the node is polled. The closest thing I would think you'd find to packet loss on the interface side would be a variable for input/output discards or errors.
Correct- the {PercentLoss} variable is based on ICMP packet loss %-
For interfaces you would use something like -${InPercentUtil} , ${OutPercentUtil} ${OutDiscardsToday} or others from this list http://www.solarwinds.com/NetPerfMon/SolarWinds/OrionAdministratorGuide.1.326.htm
thanks to both of you for the clarifications.
Here's where my confusion started...using the same "PercentLoss" on both Node and Interface properties.
Mark,
If you'll look at my two screenshots (Node & Interface). For this case, using Interface PercentLoss, what would that single variable name be?
Thanks,
LC