Health Checks Aggregator — Getting Started¶
dotnet new install ConnectSoft.HealthChecksAggregatorTemplate.Installer
dotnet new connectsoft-healthchecks-aggregator -n MyHealthAggregator
- Open
MyHealthAggregator.*.Applicationappsettings.json. - Configure
HealthCheckAggregator:Serviceswith downstreamHealthCheckUrl,Name,Tags,IsCritical. - Set
ConnectionStringsfor Health Checks UI storage and Redis if enabled. - Run the Application project or use Docker Compose as generated.