feat(gatus): more services
This commit is contained in:
parent
2f9eca09dc
commit
b7aa7a4ba0
3 changed files with 32 additions and 0 deletions
|
@ -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"
|
||||
|
||||
|
||||
|
|
Reference in a new issue