Uses .NET's IHealthCheck interface to call into Mongo DB and run the ping operation to verify connectivity.
Info
Version: | 4.0.2 |
Author(s): | Brian Buvinghausen |
Last Update: | Wednesday, March 20, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/buvinghausen/MongoDB.HealthCheck/blob/master/README.md |
NuGet Url: | https://www.nuget.org/packages/MongoDB.HealthCheck |
Install
Install-Package MongoDB.HealthCheck
dotnet add package MongoDB.HealthCheck
paket add MongoDB.HealthCheck
MongoDB.HealthCheck Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- Microsoft.Extensions.Diagnostics.HealthChecks(>= 3.1.0)
- MongoDB.Driver(>= 2.3.0)
- Microsoft.Extensions.Diagnostics.HealthChecks(>= 5.0.0)
- MongoDB.Driver(>= 2.3.0)
- Microsoft.Extensions.Diagnostics.HealthChecks(>= 3.1.0)
- MongoDB.Driver(>= 2.3.0)
Tags