2017-06-05 11:57:03 +02:00
|
|
|
<?xml version ="1.0" encoding="utf-8" ?>
|
|
|
|
|
<!--
|
|
|
|
|
Please note: to use healthcheck notifications you must ensure to set the umbracoApplicationUrl value
|
|
|
|
|
in umbracoSettings.config. For more information on this setting, please see:
|
2018-07-27 16:41:57 +01:00
|
|
|
https://our.umbraco.com/documentation/reference/config/umbracosettings/#web-routing
|
2017-06-19 09:18:00 +01:00
|
|
|
|
|
|
|
|
For details on the format of this configuration file see:
|
2018-07-27 16:41:57 +01:00
|
|
|
https://our.umbraco.com/documentation/reference/config/healthchecks
|
2017-06-05 11:57:03 +02:00
|
|
|
-->
|
2017-06-05 09:21:35 +02:00
|
|
|
<HealthChecks>
|
2017-06-05 11:57:03 +02:00
|
|
|
<disabledChecks>
|
|
|
|
|
<!--<check id="1B5D221B-CE99-4193-97CB-5F3261EC73DF" disabledOn="" disabledBy="0" />-->
|
|
|
|
|
</disabledChecks>
|
2017-06-19 09:18:00 +01:00
|
|
|
<notificationSettings enabled="false" firstRunTime="" periodInHours="24">
|
|
|
|
|
<notificationMethods>
|
2017-06-19 10:11:57 +01:00
|
|
|
<!--<notificationMethod alias="email" enabled="true" verbosity="Summary" failureOnly="true">
|
2017-06-19 09:18:00 +01:00
|
|
|
<settings>
|
|
|
|
|
<add key="recipientEmail" value="" />
|
|
|
|
|
</settings>
|
|
|
|
|
</notificationMethod>-->
|
|
|
|
|
</notificationMethods>
|
2017-06-05 11:57:03 +02:00
|
|
|
<disabledChecks>
|
|
|
|
|
<!--<check id="EB66BB3B-1BCD-4314-9531-9DA2C1D6D9A7" disabledOn="" disabledBy="0" />-->
|
|
|
|
|
</disabledChecks>
|
|
|
|
|
</notificationSettings>
|
2017-06-19 09:18:00 +01:00
|
|
|
</HealthChecks>
|
|
|
|
|
|
|
|
|
|
|