Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 721 Bytes

File metadata and controls

17 lines (14 loc) · 721 Bytes

Samhammer.AspNetCore.HealthChecks.Prtg

  • Creates the JSON response for the health checks in special PRTG format

Usage

app.UseHealthChecks("/health-prtg", new HealthCheckOptions
{
	ResponseWriter = PrtgResponseWriter.WriteHealthCheckPrtgResponse
});

Prtg Setup

How to publish package

  • Create a tag and let the github action do the publishing for you