I have an alert created based on Custom Table Poller Current Status.In this case the trigger value is '18'
I am not able to find the variable to use in the email body for this field.
Any suggestions?
Looks like it should be ${N=SwisEntity;M=CustomPollerStatus.Status}
Create custom poller alert in Orion (solarwinds.com)
I find it easier to find some attributes via the trigger condition than the actions. You can pull out the attribute names to make it easier to find via the trigger actions menu if you pull the alerts SWQL values
*Image curtsy of @wluther
I think that syoung may actually be asking how to determine which variable is the one where the poller result will be published. In other words, will the vbalue be in the Rawm Total, Row ID, Current Value, or Current Numerical Value field?
Just to clarify I am trying to reference the variable name for Trigger Value "18" in this case
SELECT E0.[Uri], E0.[DisplayName]FROM Orion.NPM.CustomPollerStatusOnNodeTabular AS E0 WHERE ( ( ( E0.[CustomPollerAssignment].[CustomPoller].[UniqueName] = 'PeerAdvertised' ) ) AND ( ( ( E0.[RowID] = '192.1.168.1.1.1' ) AND ( E0.[Status] > '18' ) )
Looks like its: ${N=SwisEntity;M=Status}