From baca73781a9f74dd16826bbdfef56fd82ce070fe Mon Sep 17 00:00:00 2001 From: traveler Date: Thu, 30 Apr 2026 19:02:06 -0500 Subject: [PATCH] gremlin: update gatus config after kopia deploy --- gatus/config.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/gatus/config.yaml b/gatus/config.yaml index 6782736..02f8436 100644 --- a/gatus/config.yaml +++ b/gatus/config.yaml @@ -30,6 +30,15 @@ web: port: 8080 endpoints: + - name: Kopia + url: tcp://kopia:51515 + interval: 60s + conditions: + - "[CONNECTED] == true" + alerts: + - type: ntfy + description: "Kopia is down" + send-on-resolved: true - name: LLDAP url: http://lldap:17170 interval: 60s @@ -159,3 +168,4 @@ endpoints: - type: ntfy description: "Gatus is down" send-on-resolved: true +