Merge branch 'master' of http://192.168.5.10:3024/traveler/services
Some checks are pending
Deploy on push / detect (push) Waiting to run
Deploy on push / deploy_swarm (push) Blocked by required conditions
Deploy on push / deploy_compose (push) Blocked by required conditions

This commit is contained in:
traveler 2026-04-30 21:11:31 -05:00
commit f29dfefe51

View file

@ -30,6 +30,15 @@ web:
port: 8080 port: 8080
endpoints: 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 - name: LLDAP
url: http://lldap:17170 url: http://lldap:17170
interval: 60s interval: 60s
@ -159,3 +168,4 @@ endpoints:
- type: ntfy - type: ntfy
description: "Gatus is down" description: "Gatus is down"
send-on-resolved: true send-on-resolved: true