From b0fc47c9bbbeb4fb041fc95f50170f69a328d199 Mon Sep 17 00:00:00 2001 From: traveler Date: Fri, 1 May 2026 13:43:09 -0500 Subject: [PATCH] gremlin: update gatus config after vscode deploy --- gatus/config.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/gatus/config.yaml b/gatus/config.yaml index 06d4fc4..1adbc1d 100755 --- a/gatus/config.yaml +++ b/gatus/config.yaml @@ -30,6 +30,15 @@ web: port: 8080 endpoints: + - name: Code-server + url: https://code.netgrimoire.com + interval: 60s + conditions: + - "[STATUS] == 200" + alerts: + - type: ntfy + description: "Code-server is down" + send-on-resolved: true - name: Ntfy url: http://ntfy:80 interval: 60s