change domain condition to separate group
This commit is contained in:
@@ -107,7 +107,6 @@ gatus:
|
||||
group: core
|
||||
conditions:
|
||||
- "[STATUS] == 200"
|
||||
- "[DOMAIN_EXPIRATION] > 720h"
|
||||
- "[CERTIFICATE_EXPIRATION] > 240h"
|
||||
interval: 30s
|
||||
alerts:
|
||||
@@ -118,6 +117,23 @@ gatus:
|
||||
url: https://home.alexlebens.net
|
||||
<<: *defaults
|
||||
|
||||
- name: alexlebens.dev
|
||||
group: domain
|
||||
url: https://home.alexlebens.dev
|
||||
conditions:
|
||||
- "[DOMAIN_EXPIRATION] > 720h"
|
||||
interval: 12h
|
||||
alerts:
|
||||
- type: ntfy
|
||||
- name: alexlebens.net
|
||||
group: domain
|
||||
url: https://home.alexlebens.net
|
||||
conditions:
|
||||
- "[DOMAIN_EXPIRATION] > 720h"
|
||||
interval: 12h
|
||||
alerts:
|
||||
- type: ntfy
|
||||
|
||||
- name: discord
|
||||
group: external
|
||||
url: https://discord.com/app
|
||||
|
Reference in New Issue
Block a user