Xabaril / AspNetCore.Diagnostics.HealthChecks

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

How can I display non-compliant healthcheck #632

Closed dsfrederic closed 1 year ago

dsfrederic commented 4 years ago

I'm trying to create a watchdog for our azure environment.

This would combine a list of external healthchecks. The problem is that our healthchecks are not compliant with the standard at the moment. I would rather not have to change all healtchecks. Is there a solution for this?

JackPoint commented 3 years ago

Maybe you can change the output of your own checks to a compatible one? Or create a proxy like thing that does the checks on your existing checks and output them in the correct format.

sungam3r commented 1 year ago

Closed as stale.