From 3244a84c515f4957829cc1743543c80d0054b021 Mon Sep 17 00:00:00 2001 From: faulty Date: Sun, 26 Feb 2023 16:57:53 +0100 Subject: [PATCH] fix(gatus): config --- custom/gatus/config.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/custom/gatus/config.yaml b/custom/gatus/config.yaml index e086874..dc71028 100644 --- a/custom/gatus/config.yaml +++ b/custom/gatus/config.yaml @@ -9,8 +9,11 @@ endpoints: <<: *default-http group: core url: "http://proxy" + conditions: + - "[STATUS] == 503" # as there is no service hosted @ "proxy" - name: ntfy <<: *default-http group: core - url: "http://ntfy" \ No newline at end of file + url: "http://ntfy" +