mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-21 17:07:24 +08:00
SllCertificateExpired synthax
Match other alert names, without the `has` part.
This commit is contained in:
parent
82cf3ac1ef
commit
267a064d26
1 changed files with 1 additions and 1 deletions
|
|
@ -540,7 +540,7 @@ services:
|
|||
description: SSL certificate expires in 30 days
|
||||
query: 'probe_ssl_earliest_cert_expiry - time() < 86400 * 30'
|
||||
severity: warning
|
||||
- name: SSL certificate has expired
|
||||
- name: SSL certificate expired
|
||||
description: SSL certificate has expired already
|
||||
query: 'probe_ssl_earliest_cert_expiry - time() <= 0'
|
||||
severity: error
|
||||
|
|
|
|||
Loading…
Reference in a new issue