DotNetDiag HealthChecks

DotNetDiag HealthChecks

Health checks for services, dashboards, and Kubernetes workloads.

JekyllNet sample-site based local template with GitHub Pages style build output.

> Maintained by DotNetDiag Maintainers / Project documentation DotNetDiag HealthChecks is the actively maintained fork of AspNetCore.Diagnostics.HealthChecks. This site now uses a local template adapted from the JekyllNet sample-site so the docs experience is predictable in GitHub Pages style builds and in local preview. ## Start here 1. [Health checks only](/reference/): Choose provider packages, register checks, and expose liveness and readiness endpoints. 2. [Add the UI](/reference/ui-manual/): Configure the dashboard, storage providers, polling cadence, and failure notifications. 3. [Add Kubernetes](/reference/deployment-and-integrations/): Deploy the UI, enable operator workflows, and integrate probes and discovery in-cluster. ## Site sections - [Documentation](/guides/) for Docker, UI, webhook, and Kubernetes guides. - [使用手册](/reference/) for setup, package selection, UI, publishers, deployment chapters, and the generated README appendix. - [News](/news/) for documentation updates and the historical UI changelog. ## Quick install ```bash dotnet add package DotNetDiag.HealthChecks.SqlServer ``` ## Coverage - 50+ health check packages for infrastructure and platform dependencies. - HealthChecks UI guidance for dashboard deployment, branding, notifications, and configuration. - Kubernetes articles for probes, operator deployment, and service discovery. - Themed reference chapters plus generated per-project README pages for detailed package notes.