22-Jan-2020 11:16
I need some help with configuring health monitors for pega application. Is anyone using any special customized monitors to do helath check of pega application? Standard HTTP checks don't work that efficiently,
22-Jan-2020 23:46
Hi,
From my research https://community.pega.com/knowledgebase/articles/performance/pinging-pega-7-platform-instance
Please try to create HTTP monitor and put send string with "/PRRestService/monitor/pingservice/ping".
24-Jan-2020 10:01
Thank you! I found that too while me research. But pega team says it is not helpful when application starts responding with 500 internal error to SOAP (HTTP POST) messages sent from middleware(Axway).
24-Jan-2020 15:53
Hi,
HTTP Internal Error 500 is coming from application itself.
For default HTTP monitor expect return 200 OK from back-end application server.