feat(gatus): services
This commit is contained in:
parent
3244a84c51
commit
2f9eca09dc
1 changed files with 19 additions and 2 deletions
|
@ -7,7 +7,7 @@ x-http-endpoint: &default-http
|
||||||
endpoints:
|
endpoints:
|
||||||
- name: proxy
|
- name: proxy
|
||||||
<<: *default-http
|
<<: *default-http
|
||||||
group: core
|
group: base
|
||||||
url: "http://proxy"
|
url: "http://proxy"
|
||||||
conditions:
|
conditions:
|
||||||
- "[STATUS] == 503" # as there is no service hosted @ "proxy"
|
- "[STATUS] == 503" # as there is no service hosted @ "proxy"
|
||||||
|
@ -15,5 +15,22 @@ endpoints:
|
||||||
- name: ntfy
|
- name: ntfy
|
||||||
<<: *default-http
|
<<: *default-http
|
||||||
group: core
|
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"
|
||||||
|
|
||||||
|
|
||||||
|
|
Reference in a new issue