fix(monitor): Flugscanner retries 2->3, retry_delay 3->5 fuer DERP-Relay
Tailscale-Verbindung zu pve-kunde1-1 laeuft ueber DERP Singapore Relay und faellt intermittierend aus. Max Wartezeit 40s gibt genug Puffer fuer Reconnects.
This commit is contained in:
parent
abc95aa3ca
commit
203843dc38
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ HTTP_HEALTH_CHECKS = [
|
||||||
{"name": "Matomo (CT 113)", "url": "http://10.10.10.113"},
|
{"name": "Matomo (CT 113)", "url": "http://10.10.10.113"},
|
||||||
{"name": "Grafana (CT 110)", "url": "http://10.10.10.110:3000"},
|
{"name": "Grafana (CT 110)", "url": "http://10.10.10.110:3000"},
|
||||||
{"name": "Flugscanner-Agent (pve-pp-1)", "url": "http://100.126.26.46:5010/status",
|
{"name": "Flugscanner-Agent (pve-pp-1)", "url": "http://100.126.26.46:5010/status",
|
||||||
"retries": 2, "timeout": 10, "retry_delay": 3},
|
"retries": 3, "timeout": 10, "retry_delay": 5},
|
||||||
]
|
]
|
||||||
|
|
||||||
EXPECTED_STOPPED = {
|
EXPECTED_STOPPED = {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue