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:
|
||||
- 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"
|
||||
|
||||
|
||||
|
|
Reference in a new issue