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" +