Question
Pega Systems
IN
Last activity: 28 Nov 2017 14:19 EST
Monitor and Notify when Agent disabled
We have a few agents running and we want to monitor only those.
SMA and agent Management landing page provides list of all agents and we need to manually go and check for our specific agents - if we want to monitor.
Also another thing to look at - Alert Pega0010 when agent is disabled.
Configured AES to notify on manage subscriptions to send a mail on agent disable.
What we want is - to be able to track only specific set of agents that we are critical and send a mail alert on this event.
What should be the ideal way to get this? Declare Trigger when alert Pega0010 is populated? or On DB side have a trigger??
***Edited by Moderator Marissa to update categories***
When an agents fails, PEGA0010 alert is written to log file and optionally sent to AES / PDC. In the Pega platform, there is no class to store alerts, so you can't capture it with a rule declare trigger.
In AES, PEGA0010 alerts are stored as instances of PegaAES-Data-Alert, and various decision tables are used to assess that it is a critical alert and the Agent failure scorecard should be sent immediately.
I imagine one could enhance AES to add a new scorecard for a specific agent failure, and then send that scorecard to parties interested in that particular scorecard.
Out of curiosity - why not send scorecards for all agent failures? Are there specific agents that are expected to fail in production? Is there any reason to ignore certain agents failing?