monitoring: accept any HTTP status in TLS probe
Some checks failed
Run nix flake check / flake-check (push) Has been cancelled

Only care about TLS handshake success for certificate monitoring.
Services like nzbget (401) and ha (400) return non-2xx but have
valid certificates.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-02-09 22:33:45 +01:00
parent 4d32707130
commit d1b0a5dc20

View File

@@ -39,6 +39,7 @@ in
http: http:
fail_if_not_ssl: true fail_if_not_ssl: true
preferred_ip_protocol: ip4 preferred_ip_protocol: ip4
valid_status_codes: [] # Accept any status, we only care about TLS
''; '';
}; };