A few tweaks to the HealthChecks.Release.config to show different options

This commit is contained in:
Jeavon
2017-06-19 10:11:57 +01:00
parent ac1aa719b6
commit ebef6b5d42

View File

@@ -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>-->