mirror of
https://github.com/TwiN/gatus.git
synced 2024-12-14 11:58:04 +00:00
chore: Add check-domain-expiration to placeholder configuration file
This commit is contained in:
parent
46d6d6c733
commit
e51abaf5bd
1 changed files with 6 additions and 0 deletions
|
@ -45,3 +45,9 @@ endpoints:
|
|||
interval: 1m
|
||||
conditions:
|
||||
- "[CONNECTED] == true"
|
||||
|
||||
- name: check-domain-expiration
|
||||
url: "https://example.org/"
|
||||
interval: 1h
|
||||
conditions:
|
||||
- "[DOMAIN_EXPIRATION] > 720h"
|
||||
|
|
Loading…
Reference in a new issue