gremlin: update gatus config after kopia deploy
This commit is contained in:
parent
9bc4c652e7
commit
baca73781a
1 changed files with 10 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue