Merge pull request #62 from jdorel/patch-1

SllCertificateExpired synthax
This commit is contained in:
Samuel Berthe 2019-10-29 12:15:15 +01:00 committed by GitHub
commit 768fac56ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -565,7 +565,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