monitoring: accept any HTTP status in TLS probe
Some checks failed
Run nix flake check / flake-check (push) Has been cancelled
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:
@@ -39,6 +39,7 @@ in
|
||||
http:
|
||||
fail_if_not_ssl: true
|
||||
preferred_ip_protocol: ip4
|
||||
valid_status_codes: [] # Accept any status, we only care about TLS
|
||||
'';
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user