Xabaril / AspNetCore.Diagnostics.HealthChecks

Enterprise HealthChecks for ASP.NET Core Diagnostics Package
Apache License 2.0
4.08k stars 795 forks source link

Status page for UI #1362

Open SbiCA opened 2 years ago

SbiCA commented 2 years ago

What would you like to be added:

I would love to see a way to use the HC results and make it a public status page.

Why is this needed:

As HCs them selves its a great tool to setup resilience it would be even nicer if all the .NET ecosystem could be great service providers by default and show/inform their users easily about incidents/outages and what parts of their system is impacted

examples: https://status.dev.azure.com/_event/322010558 https://www.adminlabs.com/status-page/components/

stoyanov-x commented 11 months ago

I've also been looking for a good, responsive Status Page to plug Health Checks UI in.

I decided to fork fettle and here's the end result: https://github.com/SellerCloudTeam/fettle

No demo link as our implementation uses an internal, VPN-only HCUI /health-api endpoint but the source code above should be very easy to fork. The constants.ts file defines the API URL so just point to yours.