diff --git a/custom/gatus/config.yaml b/custom/gatus/config.yaml index dc71028..45b9f93 100644 --- a/custom/gatus/config.yaml +++ b/custom/gatus/config.yaml @@ -7,7 +7,7 @@ x-http-endpoint: &default-http endpoints: - name: proxy <<: *default-http - group: core + group: base url: "http://proxy" conditions: - "[STATUS] == 503" # as there is no service hosted @ "proxy" @@ -15,5 +15,22 @@ endpoints: - name: ntfy <<: *default-http group: core - url: "http://ntfy" + url: "https://ntfy.neo.ixvd.net" + + - name: rabbitmq + group: core + url: "tcp://rabbitmq:5672" + interval: 10m + conditions: + - "[CONNECTED] == true" + + - name: cryptpad + <<: *default-http + group: cloud + url: "https://pad.ixvd.net" + + - name: "cryptpad sandbox" + <<: *default-http + url: "https://pad.sandbox.neo.ixvd.net" +