Hi,
I've downloaded one of sample alerts via the content exchange and tried it but the thing is the alert is not showing all the data. The sample alert is below.
~~~~~~~~~~~~~
ALERT DETAILS
~~~~~~~~~~~~~
*ALERT* ${Interface.Caption} on ${NodeName} is ${Status} at ${DateTime}
~~~~~~~~~~~~~~~~~~~
${NodeName} DETAILS
~~~~~~~~~~~~~~~~~~~
${NodeName} is a ${Node.Vendor} device at IP ${Node.IP_Address}. Last boot was ${Node.LastBoot}
${NodeName} is polled every ${PollInterval} seconds, next poll is ${NextPoll} at ${StatCollection}
~~~~~~~~~~~~~~~~~~
${NodeName} STATUS
~~~~~~~~~~~~~~~~~~
${NodeName} is ${Status}
${NodeName}'s IN-Bound errors today is ${InErrorsToday} and discards today is ${InDiscardsToday}
${NodeName}'s OUT-Bound errors today is ${OutErrorsToday} and discards today is ${OutDiscardsToday}
${NodeName}'s current transmitted traffic is ${OutBps}Bps
${NodeName}'s current received traffic is ${InBps}Bps
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
GET MORE INFO FROM ${NodeName}
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Go to ${Node.DNS}'s Orion Status LASINFRA01/.../nodedetails.aspx
The following fields are not showing any data on the test alert
- ${OutErrorsToday}
- ${InErrorsToday}
- ${OutBps}
- ${InBps}
- ${InDiscardsToday}
- ${OutDiscardsToday}
are not showing any data when I tried to test fire an alert.
What should I do so those fields will generate/show their respective data.
TIA
All credits goes to the guy who shared this alert template (sorry I forgot his name).