diff --git a/Apps/FailoverApp/dnsApp.config b/Apps/FailoverApp/dnsApp.config index 5a6571cd..eb06be48 100644 --- a/Apps/FailoverApp/dnsApp.config +++ b/Apps/FailoverApp/dnsApp.config @@ -24,6 +24,16 @@ "timeout": 10, "port": 443 }, + { + "name": "http", + "type": "http", + "interval": 60, + "retries": 3, + "timeout": 10, + "emailAlert": "default", + "webHook": "default", + "comments": "The APP record data must contain 'healthCheckUrl' property with an url when no url is configured for a 'http' type health check." + }, { "name": "www.example.com", "type": "http",