A few tweaks to the HealthChecks.Release.config to show different options
This commit is contained in:
@@ -13,16 +13,16 @@ https://our.umbraco.org/documentation/reference/config/healthchecks
|
||||
</disabledChecks>
|
||||
<notificationSettings enabled="false" firstRunTime="" periodInHours="24">
|
||||
<notificationMethods>
|
||||
<!--<notificationMethod alias="email" enabled="false" verbosity="Summary" failureOnly="true">
|
||||
<!--<notificationMethod alias="email" enabled="true" verbosity="Summary" failureOnly="true">
|
||||
<settings>
|
||||
<add key="recipientEmail" value="" />
|
||||
<add key="subject" value="Umbraco Health Check Status" />
|
||||
</settings>
|
||||
</notificationMethod>-->
|
||||
<!--<notificationMethod alias="slack" enabled="false" verbosity="Detailed" failureOnly="false">
|
||||
<!--<notificationMethod alias="slack" enabled="true" verbosity="Detailed" failureOnly="false">
|
||||
<settings>
|
||||
<add key="webHookUrl" value="" />
|
||||
<add key="channel" value="" />
|
||||
<add key="channel" value="#myproject" />
|
||||
<add key="username" value="Umbraco Health Check Status" />
|
||||
</settings>
|
||||
</notificationMethod>-->
|
||||
|
||||
Reference in New Issue
Block a user