From 219fc718a1bdaafc71e1dfd905e4cb3ee6f645b1 Mon Sep 17 00:00:00 2001 From: Kreato Date: Wed, 4 Dec 2024 02:07:46 +0300 Subject: [PATCH] gatus: fix mirror check, add media check --- gatus/app.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/gatus/app.yaml b/gatus/app.yaml index 86fc35c..d2a6d69 100644 --- a/gatus/app.yaml +++ b/gatus/app.yaml @@ -56,7 +56,7 @@ spec: url: "https://mirror.kreato.dev" interval: 60s conditions: - - "[STATUS] == 403" + - "[STATUS] == any(404, 403)" - name: "main" group: "infra" url: "https://kreato.dev" @@ -75,6 +75,12 @@ spec: interval: 60s conditions: - "[STATUS] == 200" + - name: "media" + group: "infra" + url: "https://media.kreato.dev" + interval: 60s + conditions: + - "[STATUS] == 200" - name: "tulip.internal" group: "private" url: "https://tulip.internal.kreato.dev"