diff --git a/custom/gatus/config.yaml b/custom/gatus/config.yaml index 8c6eb42..f9087ce 100644 --- a/custom/gatus/config.yaml +++ b/custom/gatus/config.yaml @@ -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"