update config

This commit is contained in:
2025-05-28 14:26:35 -05:00
parent a5d1bc18a7
commit df6079c87b

View File

@@ -105,19 +105,32 @@ gatus:
path: "postgres://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${POSTGRES_HOST}:${POSTGRES_PORT}/${POSTGRES_DB}?sslmode=disable" path: "postgres://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${POSTGRES_HOST}:${POSTGRES_PORT}/${POSTGRES_DB}?sslmode=disable"
default-endpoint: &defaults default-endpoint: &defaults
group: core group: core
interval: 5m
client:
insecure: true
timeout: 30s
conditions: conditions:
- "[STATUS] == 200" - "[STATUS] == 200"
- "[CERTIFICATE_EXPIRATION] > 240h" - "[CERTIFICATE_EXPIRATION] > 240h"
interval: 30s
alerts: alerts:
- type: ntfy - type: ntfy
endpoints: endpoints:
- name: homepage - name: homepage
<<: *defaults
url: https://home.alexlebens.net url: https://home.alexlebens.net
<<: *defaults
- name: discord
group: external
url: https://discord.com/app
conditions:
- "[STATUS] == 200"
- "[RESPONSE_TIME] < 100"
interval: 10s
- name: reddit
group: external
url: https://reddit.com
conditions:
- "[STATUS] == 200"
- "[RESPONSE_TIME] < 100"
interval: 10s
postgres-17-cluster: postgres-17-cluster:
mode: standalone mode: standalone