Skip to content

parakhsinghal/ASPNetCoreHealthChecks

Repository files navigation

ASPNetCoreHealthChecks

This repository contains projects which can help you determine the state of your asp.net core application or api. The following health checks are availlable:

  1. Disk health check
  2. Memory health check
  3. Processor load health check
  4. SQL Server health check
  5. URL health check

All the health checks target ASP.Net Core application built using .Net Core 5 and above. The health checks are also available in NuGet package forms in NuGet gallery.

Disk health check

Install-Package ThinkingCog.ASPNetCore.DiskHealthCheck

Memory health check

Install-Package ThinkingCog.ASPNetCore.MemoryHealthCheck

Processor load health check

Install-Package ThinkingCog.ASPNetCore.ProcessorLoadHealthCheck

SQL Server health check

Install-Package ThinkingCog.ASPNetCore.SQLServerHealthCheck

URL health check

Install-Package ThinkingCog.ASPNetCore.URLHealthCheck

About

This repository contains projects which can help you determine the state of your asp.net core application or api.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages