mirror of
https://github.com/fergalmoran/DnsServer.git
synced 2026-03-17 02:50:15 +00:00
FailoverApp: updated default config with new 'http' health check template that uses url from APP record data.
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user