change domain condition to separate group

This commit is contained in:
2025-05-28 14:52:06 -05:00
parent 456ad5bc16
commit de3582057e

View File

@@ -107,7 +107,6 @@ gatus:
group: core group: core
conditions: conditions:
- "[STATUS] == 200" - "[STATUS] == 200"
- "[DOMAIN_EXPIRATION] > 720h"
- "[CERTIFICATE_EXPIRATION] > 240h" - "[CERTIFICATE_EXPIRATION] > 240h"
interval: 30s interval: 30s
alerts: alerts:
@@ -118,6 +117,23 @@ gatus:
url: https://home.alexlebens.net url: https://home.alexlebens.net
<<: *defaults <<: *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 - name: discord
group: external group: external
url: https://discord.com/app url: https://discord.com/app