This repository has been archived on 2023-05-02. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
neo/custom/gatus/config.yaml
2023-02-26 17:03:41 +01:00

36 lines
711 B
YAML

x-http-endpoint: &default-http
group: http
interval: 10m
conditions: &default-http-conditions
- "[STATUS] == 200"
endpoints:
- name: proxy
<<: *default-http
group: base
url: "http://proxy"
conditions:
- "[STATUS] == 503" # as there is no service hosted @ "proxy"
- name: ntfy
<<: *default-http
group: core
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"