This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

Top 10 XX RealtimeProcessPoller is not updating the alert notes

Hi,

I am trying to add the top xx processes to the alert notes (not yet in the email alert), the action is successful however, the alert notes were not updated, I confirmed in the AlertStatus table notes column.

My execute command is as follows:

APM\SolarWinds.APM.RealTimeProcessPoller.exe -n=${NodeID} -alertId=${N=Alerting;M=AlertID} -alert=${N=Alerting;M=AlertDefID} -count=5 -sort=CPU -timeout=300

Checking the logs: C:\ProgramData\SolarWinds\Logs\APM\realtimprocessPoller the error shows as follows:

2022-04-29 19:01:45,044 [1] INFO SolarWinds.Orion.Core.Common.Swis.SwisConnectionProxyPool - No override for SwisInfoProxyPoolSize, using default value 10.
*** Assembly SolarWinds.InformationService.Contract2, Version=2020.2.6.50109, Culture=neutral, PublicKeyToken=null, .NET version v4.0.30319 ***
2022-04-29 19:01:45,810 [1] WARN SolarWinds.APM.RealTimeProcessPoller.AlertUpdater - Alert was probably already reset (AlertID: 194, ActiveObjectId: 1101)

It says that the alert is probably already reset, but I confirmed that the alert is still active and never been acknowledged or cleared.

Thank you in advance