FailoverApp: updated default config with new 'http' health check template that uses url from APP record data.

This commit is contained in:
Shreyas Zare
2021-08-07 16:39:57 +05:30
parent fee691e782
commit 1fd00c9cae

View File

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