SllCertificateExpired synthax

Match other alert names, without the `has` part.
This commit is contained in:
Jonas DOREL 2019-10-29 11:39:01 +01:00 committed by GitHub
parent 82cf3ac1ef
commit 267a064d26
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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