From d3b97a60b5e36b444273d1a9445944c9dc1df8c3 Mon Sep 17 00:00:00 2001 From: traveler Date: Fri, 1 May 2026 15:45:18 -0500 Subject: [PATCH] gremlin: update gatus config after wiki deploy --- gatus/config.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/gatus/config.yaml b/gatus/config.yaml index 21fee99..0585844 100755 --- a/gatus/config.yaml +++ b/gatus/config.yaml @@ -30,6 +30,25 @@ web: port: 8080 endpoints: + - name: Drawio + url: http://drawio:8080 + interval: 60s + conditions: + - "[STATUS] == 200" + alerts: + - type: ntfy + description: "Drawio is down" + send-on-resolved: true + - name: Wikijs + url: http://wikijs:8080 + interval: 60s + conditions: + - "[STATUS] == 200" + alerts: + - type: ntfy + description: "Wikijs is down" + send-on-resolved: true + - name: Code-server url: https://code.netgrimoire.com interval: 60s