1
0
mirror of git://f0xx.org/ac/ac-deploy synced 2026-07-29 07:57:46 +03:00
Commit Graph

1 Commits

Author SHA1 Message Date
Anton Afanasyeu
46a7592164 monitoring: fix false HttpEndpointDown alert for self-signed FE cert
- blackbox.yml: add http_2xx_insecure module (TLS skip) for FE probing
- prometheus.yml: split blackbox_http (internal HTTP) vs blackbox_https_external
  (external HTTPS targets using insecure module); remove notify.f0xx.org probe
  until FE nginx proxies it
- service_alerts.yml: HttpEndpointDown/SlowResponse cover both jobs via regex
- TODO: replace http_2xx_insecure with strict module once FE gets LE cert

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-03 14:12:02 +02:00