chore: Add check-domain-expiration to placeholder configuration file
This commit is contained in:
parent
46d6d6c733
commit
e51abaf5bd
@ -45,3 +45,9 @@ endpoints:
|
|||||||
interval: 1m
|
interval: 1m
|
||||||
conditions:
|
conditions:
|
||||||
- "[CONNECTED] == true"
|
- "[CONNECTED] == true"
|
||||||
|
|
||||||
|
- name: check-domain-expiration
|
||||||
|
url: "https://example.org/"
|
||||||
|
interval: 1h
|
||||||
|
conditions:
|
||||||
|
- "[DOMAIN_EXPIRATION] > 720h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user