Hi All,
I have a problem with outputting "notes" variable into email body since upgrading to SAM 6.2 / NPM 11.5.
Everytime I execute the below external command and catch output with ${N=Alerting;M=Notes} variable in email body - it returns not only current top 10 processes, but also a bunch of other old results from previous executions. So, instead of one bunch of top 10 processes I now see growing number of bunches in my email alerts for the same alert, whereas I am only interested in only last results. I understand that this has been build on top of new functionality in NPM 11.5 / SAM 6.2 where we now have Alerts as a separate entities with all historical tracking, notes, etc... but hey, it is ok for the alert notes to keep building up in database with visibility of all historical stuff via GUI, but in the email alert I only want to see last top 10 (as it was prior upgrade). Is this possible?
APM\SolarWinds.APM.RealTimeProcessPoller.exe -n=${N=SwisEntity;M=NodeID} -alertId=${N=Alerting;M=AlertID} -count=10 -sort=PhysicalMemory -timeout=60
Here is an example:
--------------------------------------

..... and it goes on and on and on .... adding new top 10 bunch with every new trigger
If there is a way to only output last current top 10 bunch without historical data in the email alert - I would greatly appreciate if anyone can share how
Thanks,
Alex