Skip to content

Latest commit

 

History

History

HealthChecks

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

HealthChecks

HealthChecks let your users run checks against the health of the umbraco install.

A custom health check can run any code you need to perform the check, and they can be scheduled and return their results to people via email.

Changes from v8 to NetCore

very few : single method change

  1. Composer now uses IUmbracoBuilder
  2. the return value of HealthCheck.GetStatus method has changes

See Also