SlugEnt.ResourceHealthChecker
1.3.4
See the version list below for details.
dotnet add package SlugEnt.ResourceHealthChecker --version 1.3.4
NuGet\Install-Package SlugEnt.ResourceHealthChecker -Version 1.3.4
<PackageReference Include="SlugEnt.ResourceHealthChecker" Version="1.3.4" />
paket add SlugEnt.ResourceHealthChecker --version 1.3.4
#r "nuget: SlugEnt.ResourceHealthChecker, 1.3.4"
// Install SlugEnt.ResourceHealthChecker as a Cake Addin #addin nuget:?package=SlugEnt.ResourceHealthChecker&version=1.3.4 // Install SlugEnt.ResourceHealthChecker as a Cake Tool #tool nuget:?package=SlugEnt.ResourceHealthChecker&version=1.3.4
ResourceHealthChecker
Provides ability of a service, api or app to check on the health of its required resources periodically
How it works
The application defines one or more Health Checks, such as a file system check or a SQL Server check. More than one check of the same type can be setup.
Upon initial start it will wait a certain amount of time to ensure all checks are successful. If they are not then it will throw and the application will shut down.
While running if it detects a change in the health of one or more health checks it will log the change at that time. It will not log any further errors until it changes again. That way you are not inundated with bad health checks.
The Resource Health Checker sets up a background thread that runs periodically and then sleeps.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net6.0
- Microsoft.Extensions.Hosting (>= 6.0.1)
- Microsoft.Extensions.Logging (>= 6.0.0)
- Microsoft.Extensions.Logging.Abstractions (>= 6.0.1)
NuGet packages (4)
Showing the top 4 NuGet packages that depend on SlugEnt.ResourceHealthChecker:
Package | Downloads |
---|---|
SlugEnt.APIInfo
Adds informational endpoints to an API. Including ping, config, and simple which provides basic information as well as ability to add custom sections of custom data |
|
SlugEnt.ResourceHealthChecker.SqlServer
Provides a simple means of health checking a sql server for a program that relies on the database. Works as a part of the ResourceHealthChecker library |
|
SlugEnt.ResourceHealthChecker.FileSystem
File System Resource Health Checker |
|
SlugEnt.ResourceHealthChecker.RabbitMQ
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
Added Documentation to package output. a few bug fixes