Skip to content

Health Checks Aggregator — Getting Started

dotnet new install ConnectSoft.HealthChecksAggregatorTemplate.Installer
dotnet new connectsoft-healthchecks-aggregator -n MyHealthAggregator
  1. Open MyHealthAggregator.*.Application appsettings.json.
  2. Configure HealthCheckAggregator:Services with downstream HealthCheckUrl, Name, Tags, IsCritical.
  3. Set ConnectionStrings for Health Checks UI storage and Redis if enabled.
  4. Run the Application project or use Docker Compose as generated.