From 574dd50b9852049fcf085961687a4567bf926513 Mon Sep 17 00:00:00 2001 From: TwinProduction Date: Tue, 29 Jun 2021 23:33:17 -0400 Subject: [PATCH] Update example config --- config.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config.yaml b/config.yaml index 6de39e59..a58938c2 100644 --- a/config.yaml +++ b/config.yaml @@ -10,14 +10,15 @@ services: - name: back-end group: core - url: "http://example.org/" + url: "https://example.org/" interval: 5m conditions: - "[STATUS] == 200" + - "[CERTIFICATE_EXPIRATION] > 48h" - name: monitoring group: internal - url: "http://example.com/" + url: "https://example.org/" interval: 5m conditions: - "[STATUS] == 200"