feat(gatus): services

This commit is contained in:
Didier Slof 2023-02-26 17:03:41 +01:00
parent 3244a84c51
commit 2f9eca09dc
Signed by: didier
GPG key ID: 01E71F18AA4398E5

View file

@ -7,7 +7,7 @@ x-http-endpoint: &default-http
endpoints:
- name: proxy
<<: *default-http
group: core
group: base
url: "http://proxy"
conditions:
- "[STATUS] == 503" # as there is no service hosted @ "proxy"
@ -15,5 +15,22 @@ endpoints:
- name: ntfy
<<: *default-http
group: core
url: "http://ntfy"
url: "https://ntfy.neo.ixvd.net"
- name: rabbitmq
group: core
url: "tcp://rabbitmq:5672"
interval: 10m
conditions:
- "[CONNECTED] == true"
- name: cryptpad
<<: *default-http
group: cloud
url: "https://pad.ixvd.net"
- name: "cryptpad sandbox"
<<: *default-http
url: "https://pad.sandbox.neo.ixvd.net"