gremlin: update gatus config after vscode deploy
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-05-01 13:43:09 -05:00
parent f98807184c
commit b0fc47c9bb

View file

@ -30,6 +30,15 @@ web:
port: 8080 port: 8080
endpoints: 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 - name: Ntfy
url: http://ntfy:80 url: http://ntfy:80
interval: 60s interval: 60s