IMPORTANT: This version of Sitefinity CMS is out of support and the respective product documentation is no longer maintained and can be outdated. Use the version selector to view a supported product version.
Initial setup of the Health Check service enables two default Health check services:
To set up Health check service on a Sitefinity CMS site:
web.config
appSettings
NOTE: You must use the sf:HealthCheckApiEndpoint value for the key, as demonstrated above. For the value parameter you specify the desired name of the endpoint on which Sitefinity CMS will resolve the health checks. For example, value="/restapi/health"
=
You can now run the health check service with the following HTTP request:
http://host:port/<path_value>
Next, you interpret the results default health checks. If either or both of the non-configurable default health checks fail, no further health checks are available.
NOTE: Health check results are cached for 10 seconds. If you run the check again within the 10 seconds, you get the same response.
Once you see the default health checks function correctly, you can add additional, configurable health checks.
Back To Top
To submit feedback, please update your cookie settings and allow the usage of Functional cookies.
Your feedback about this content is important