feat(gatus): more services

This commit is contained in:
Didier Slof 2023-02-26 17:09:40 +01:00
parent 2f9eca09dc
commit b7aa7a4ba0
Signed by: didier
GPG key ID: 01E71F18AA4398E5
3 changed files with 32 additions and 0 deletions

View file

@ -5,6 +5,9 @@ x-http-endpoint: &default-http
- "[STATUS] == 200"
endpoints:
# BASE #
- name: proxy
<<: *default-http
group: base
@ -12,6 +15,9 @@ endpoints:
conditions:
- "[STATUS] == 503" # as there is no service hosted @ "proxy"
# CORE #
- name: ntfy
<<: *default-http
group: core
@ -24,6 +30,9 @@ endpoints:
conditions:
- "[CONNECTED] == true"
# CLOUD #
- name: cryptpad
<<: *default-http
group: cloud
@ -31,6 +40,24 @@ endpoints:
- name: "cryptpad sandbox"
<<: *default-http
group: cloud
url: "https://pad.sandbox.neo.ixvd.net"
# DEVOPS #
- name: gitlab
<<: *default-http
group: devops
url: "http://gitlab"
# GAMES #
- name: hopper
group: games
url: "tcp://ixvd.net:25565"
conditions:
- "[CONNECTED] == true"