fix(gatus): Disable vtn sorcerer

This commit is contained in:
2026-02-03 12:36:55 +01:00
parent 8fc175b209
commit faabcea369
+10 -9
View File
@@ -62,21 +62,21 @@ config:
<<: *defaults
conditions:
- "[STATUS] == 200"
- "[RESPONSE_TIME] <= 1000"
- "[RESPONSE_TIME] <= 2000"
- "[CERTIFICATE_EXPIRATION] > 168h" # 7 days
.tls-endpoint: &tls-endpoint
<<: *defaults
conditions:
- "[CONNECTED] == true"
- "[RESPONSE_TIME] <= 1000"
- "[RESPONSE_TIME] <= 2000"
- "[CERTIFICATE_EXPIRATION] > 168h" # 7 days
.tcp-endpoint: &tcp-endpoint
<<: *defaults
conditions:
- "[CONNECTED] == true"
- "[RESPONSE_TIME] <= 1000"
- "[RESPONSE_TIME] <= 2000"
endpoints:
- name: Atlantis TOS
@@ -93,12 +93,13 @@ config:
alerts:
- type: custom
- name: Sorcerer VTN
<<: *https-endpoint
group: "Primary Services"
url: https://sorcerer.vtn.oceanbox.io/healthz
# alerts:
# - type: custom
# NOTE: Ingress is down
# - name: Sorcerer VTN
# <<: *https-endpoint
# group: "Primary Services"
# url: https://sorcerer.vtn.oceanbox.io/healthz
# alerts:
# - type: custom
- name: Plume TOS
<<: *https-endpoint