Skip to content

SamhammerAG/Samhammer.AspNetCore.HealthChecks.Prtg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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