config update

This commit is contained in:
Didier Slof 2023-03-01 14:07:47 +01:00
parent 8e0f0bd70a
commit e494c12473
Signed by: didier
GPG key ID: 01E71F18AA4398E5

View file

@ -1,11 +1,25 @@
ui:
title: "IXVD - Status Page"
header: "IXVD's Status Page"
description: "This is the status page for IXVD. Here you can check what's going on!"
buttons:
- name: Home
link: "https://ixvd.net"
storage:
type: sqlite
path: /data/data.db
caching: true
x-http-endpoint: &default-http
group: http
x-default-endpoint: &default
interval: 10m
group: misc
ui: &default-ui
hide-url: true
x-http-endpoint: &default-http
<<: *default
group: http
conditions: &default-http-conditions
- "[STATUS] == 200"
@ -29,9 +43,9 @@ endpoints:
url: "https://push.ixvd.net"
- name: rabbitmq
<<: *default
group: core
url: "tcp://rabbitmq:5672"
interval: 10m
conditions:
- "[CONNECTED] == true"
@ -52,9 +66,9 @@ endpoints:
# DEVOPS #
- name: gitlab
<<: *default
group: devops
url: "tcp://gitlab:80"
interval: 10m
conditions:
- "[CONNECTED] == true" # because i've implemented something in the gitlab container
@ -62,11 +76,9 @@ endpoints:
# GAMES #
- name: hopper
<<: *default
group: games
url: "tcp://ixvd.net:25565"
ui:
hide-hostname: true
hide-url: true
conditions:
- "[CONNECTED] == true"