Skip to content

Move SSLCertExpiresSoon and SSLCertExpiresVerySoon alerts to dedicated per-domain "blackbox-tls-expiry" job

Igor requested to merge ssl-expiry-alert-per-domain into master

This patch is (hopefully) the last piece to reduce alert spam on cert expiry.

Previously we would alert on any blackbox probe having an upcoming cert expiry. Since there are many probes to the same domain, we'd get many alerts for the same domain.

We introduced a separate job which contains a distinct list of domains in https://gitlab.com/gitlab-com/gl-infra/chef-repo/-/merge_requests/858.

This MR restricts the alerting condition to only look at that list. Producing one alert per domain.

refs https://gitlab.com/gitlab-com/gl-infra/infrastructure/-/issues/14552

Merge request reports