From e51abaf5bde9c1dd468d96ec33d2123e9f33905b Mon Sep 17 00:00:00 2001 From: TwiN Date: Wed, 7 Sep 2022 18:19:57 -0400 Subject: [PATCH] chore: Add check-domain-expiration to placeholder configuration file --- config.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config.yaml b/config.yaml index fec86f17..342af993 100644 --- a/config.yaml +++ b/config.yaml @@ -45,3 +45,9 @@ endpoints: interval: 1m conditions: - "[CONNECTED] == true" + + - name: check-domain-expiration + url: "https://example.org/" + interval: 1h + conditions: + - "[DOMAIN_EXPIRATION] > 720h"