I read the documentation here: Pega Ping service FAQs | Support Center
It says that checks can be disabled by the Dynamic System Settings “monitor/health/disableChecks”, but the documentation does really not specify how to use it.
What is the Owning Ruleset when I create the DSS? Pega-Engine?
The Setting Purpose is just “monitor/health/disableChecks” or should I add prconfig at the beginning and default at the end? Or include, somehow, also the name of the test?
What value should I insert? Is it boolan, a text with a comma separated list of test?
In Pega Platform version 8.6.1, the Pega Ping service runs health checks asynchronously and periodically. However, there is no out-of-the-box feature to disable a specific check in the ping service. The ping service is designed to provide a comprehensive health check of the system, and disabling a specific check might not provide an accurate representation of the system’s health. If you need to customize the health checks, it would require custom development and is not recommended.
If you want to temporarily disable the healthcheck for stalethread you can use the below setting.
Owning Ruleset: Pega-Engine
Setting Purpose: monitor/health/disableChecks
Value: StaleThreadHealthCheck
Restart the server after the DSS change.
This is a GenAI-powered tool. All generated answers require validation against the provided references.