Health checks
Information on the health check settings section
"Umbraco": {
"CMS": {
"HealthChecks": {
"DisabledChecks": [
{
"Id": "D0F7599E-9B2A-4D9E-9883-81C7EDC5616F"
}
],
"Notification": {
"Enabled": true,
"FirstRunTime": "0 4 * * *",
"Period": "1.00:00:00",
"NotificationMethods": {
"email": {
"Enabled": true,
"Verbosity": "Detailed",
"FailureOnly": true,
"Settings": {
"RecipientEmail": "[email protected]"
}
}
}
}
}
}
}Disabled checks
Notification
Enabled
First run time
Period
Notification methods
Enabled
Verbosity
Failure only
Settings
Last updated
Was this helpful?