From 1fd00c9caeea385c689b73fe199e58388b5f36ce Mon Sep 17 00:00:00 2001 From: Shreyas Zare Date: Sat, 7 Aug 2021 16:39:57 +0530 Subject: [PATCH] FailoverApp: updated default config with new 'http' health check template that uses url from APP record data. --- Apps/FailoverApp/dnsApp.config | 10 ++++++++++ 1 file changed, 10 insertions(+) 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",