'Web Page dashboard to see general health checks (IIS)

I have a bunch of APIs, web services, databases, file shares, and I'd like to have the ability to see in one place their health status, but I'd like to avoid writing custom code.

The idea would be to configure on a settings file or something the URLs, connection strings and then on a dashboard see the workloads and its status (healthy or "dirty").

Is there anything out of the box that I can use or customize, that can be hosted on IIS and/or apply customization with .Net or .Net Core?

Thanks



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source