Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 1.29 KB

README.md

File metadata and controls

37 lines (31 loc) · 1.29 KB

Logo

Elect.HealthCheck

Author Top Nguyen

Overview

  • Health check for the service a live or not.
  • Support SQL Server healthy check between Service <-> SQL Server.
  • Extend Microsoft.AspNetCore.Diagnostics.HealthChecks and allow you to add more Builder after this service finish config.

Installation

  • Package Manager
    PM> Install-Package Elect.HealthCheck
    
  • .NET CLI
    dotnet add package Elect.HealthCheck
    

See more information in Nuget.

Usage

  • Add Service

    services.AddElectHealthCheck();
  • Use Service

    app.UseElectHealthCheck();

License

Elect.HealthCheck is licensed under the MIT License.