monitor: Grafana-Healthcheck auf /api/health umstellen
Stabiler als die Root-URL; reduziert False Positives bei kurzzeitigen 5xx auf /.
This commit is contained in:
parent
1fcf0b8c22
commit
723196fe64
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ CRITICAL_CONTAINERS = [101, 109, 111, 112, 113, 115]
|
||||||
HTTP_HEALTH_CHECKS = [
|
HTTP_HEALTH_CHECKS = [
|
||||||
{"name": "WordPress (CT 101)", "url": "http://10.10.10.101/robots.txt"},
|
{"name": "WordPress (CT 101)", "url": "http://10.10.10.101/robots.txt"},
|
||||||
{"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/api/health"},
|
||||||
{"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": 5, "timeout": 25, "retry_delay": 6},
|
"retries": 5, "timeout": 25, "retry_delay": 6},
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue