From df6079c87bf0327a83601f82d78f2397c88ea108 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Wed, 28 May 2025 14:26:35 -0500 Subject: [PATCH] update config --- clusters/cl01tl/monitoring/gatus/values.yaml | 23 +++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/clusters/cl01tl/monitoring/gatus/values.yaml b/clusters/cl01tl/monitoring/gatus/values.yaml index 50c2518f2..45d531420 100644 --- a/clusters/cl01tl/monitoring/gatus/values.yaml +++ b/clusters/cl01tl/monitoring/gatus/values.yaml @@ -105,19 +105,32 @@ gatus: path: "postgres://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${POSTGRES_HOST}:${POSTGRES_PORT}/${POSTGRES_DB}?sslmode=disable" default-endpoint: &defaults group: core - interval: 5m - client: - insecure: true - timeout: 30s conditions: - "[STATUS] == 200" - "[CERTIFICATE_EXPIRATION] > 240h" + interval: 30s alerts: - type: ntfy + endpoints: - name: homepage - <<: *defaults 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: mode: standalone