umbraco-health-check
Installation
SKILL.md
Umbraco Health Check
What is it?
Health Checks in Umbraco allow you to create custom system diagnostics that appear in the Health Check dashboard. They verify that your Umbraco installation and related services are functioning correctly. Health checks can report status, display warnings, and provide actionable recommendations for resolving issues.
Documentation
Always fetch the latest docs before implementing:
- Main docs: https://docs.umbraco.com/umbraco-cms/run-in-production/infrastructure-and-ops/health-check
- Foundation: https://docs.umbraco.com/umbraco-cms/extend-your-project/backoffice-extensions/foundation
- Extension Registry: https://docs.umbraco.com/umbraco-cms/extend-your-project/backoffice-extensions/extending-overview/extension-registry
Related Foundation Skills
-
Context API: When accessing application state
- Reference skill:
umbraco-context-api
- Reference skill:
-
Controllers: When creating API endpoints for checks
- Reference skill:
umbraco-controllers
- Reference skill: