Question
How to monitor agents & Listeners without using SMA & AES?
We are running through an issue where agents are down frequently and every time we have to login to SMA to start. We would like to implement automated solution which can monitor agents in all nodes and can send a notification if agent is down or got exception. I saw in forums we can achieve it by using AES, but we don't want to use it for now. Any help will be much appreciated. We are using PRPC 6.1SP2, OS-AIX and installed on WAS 7x Thankyou.
***Edited by Moderator Marissa to update categories***
Hi ,
You can try setting the Log Levels to “debug” for the agents themselves by enabling below classes for debug.:
com.pega.pegarules.engine.context.Agent
com.pega.pegarules.engine.context.BatchRequestorTask
com.pega.pegarules.engine.context.agent
So, whenever there will be an error related to any agent it will be showing the exception in the logs.
You can also check below link if it helps:
https://pdn.pega.com/community/pega-product-support/question/how-monitor-agent-without-using-sma
Thanks,
Vikash