https://github.com/jitesoft/csharp-healthcheck
https://github.com/jitesoft/csharp-healthcheck
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jitesoft/csharp-healthcheck
- Owner: jitesoft
- License: mit
- Created: 2023-09-25T20:03:30.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-14T19:17:31.000Z (over 2 years ago)
- Last Synced: 2025-02-23T04:45:23.389Z (over 1 year ago)
- Language: C#
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Jitesoft.Lib.Health
Health check service running a kestrel webserver as a `IHostedService`.
Makes use of the default `HealthCheckService` of the application.
Useful when you wish to run a healthcheck service in a non-web application
or just on another port.
Used in Jitesoft projects, but open for all!