|
|
@@ -659,7 +659,7 @@ def single_tls_check(domain, timeout_ms, port, tls_verify=True):
|
|
|
|
|
|
|
|
|
def check_domains(domains, hc_cfg):
|
|
|
- attempts = int(hc_cfg.get("attempts", 2))
|
|
|
+ attempts = int(hc_cfg.get("attempts", 5))
|
|
|
timeout_ms = int(hc_cfg.get("timeout_ms", 1800))
|
|
|
port = int(hc_cfg.get("port", 443))
|
|
|
tls_verify = bool(hc_cfg.get("tls_verify", True))
|