From 2f9eca09dcaf4463bbff9bd02977efe571187b8d Mon Sep 17 00:00:00 2001 From: faulty Date: Sun, 26 Feb 2023 17:03:41 +0100 Subject: [PATCH] feat(gatus): services --- custom/gatus/config.yaml | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) 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" +