mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-26 11:27:00 +08:00
make BlackboxSslCertificateWillExpireSoon description clearer
This commit is contained in:
parent
88cccc77f1
commit
b327fdfc23
1 changed files with 2 additions and 2 deletions
|
|
@ -388,11 +388,11 @@ groups:
|
|||
query: 'probe_http_status_code <= 199 OR probe_http_status_code >= 400'
|
||||
severity: critical
|
||||
- name: Blackbox SSL certificate will expire soon
|
||||
description: SSL certificate expires in 20 days
|
||||
description: SSL certificate expires in less than 20 days
|
||||
query: '86400 * 3 <= last_over_time(probe_ssl_earliest_cert_expiry[10m]) - time() < 86400 * 20'
|
||||
severity: warning
|
||||
- name: Blackbox SSL certificate will expire soon
|
||||
description: SSL certificate expires in 3 days
|
||||
description: SSL certificate expires in less than 3 days
|
||||
query: '0 <= last_over_time(probe_ssl_earliest_cert_expiry[10m]) - time() < 86400 * 3'
|
||||
severity: critical
|
||||
- name: Blackbox SSL certificate expired
|
||||
|
|
|
|||
Loading…
Reference in a new issue