From 267a064d2642454dd669c2b53f8c2fec98a86514 Mon Sep 17 00:00:00 2001 From: Jonas DOREL Date: Tue, 29 Oct 2019 11:39:01 +0100 Subject: [PATCH] SllCertificateExpired synthax Match other alert names, without the `has` part. --- _data/rules.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/rules.yml b/_data/rules.yml index dc42c90..cfcf35b 100644 --- a/_data/rules.yml +++ b/_data/rules.yml @@ -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