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 <<: *defaults
conditions: conditions:
- "[STATUS] == 200" - "[STATUS] == 200"
- "[RESPONSE_TIME] <= 1000" - "[RESPONSE_TIME] <= 2000"
- "[CERTIFICATE_EXPIRATION] > 168h" # 7 days - "[CERTIFICATE_EXPIRATION] > 168h" # 7 days
.tls-endpoint: &tls-endpoint .tls-endpoint: &tls-endpoint
<<: *defaults <<: *defaults
conditions: conditions:
- "[CONNECTED] == true" - "[CONNECTED] == true"
- "[RESPONSE_TIME] <= 1000" - "[RESPONSE_TIME] <= 2000"
- "[CERTIFICATE_EXPIRATION] > 168h" # 7 days - "[CERTIFICATE_EXPIRATION] > 168h" # 7 days
.tcp-endpoint: &tcp-endpoint .tcp-endpoint: &tcp-endpoint
<<: *defaults <<: *defaults
conditions: conditions:
- "[CONNECTED] == true" - "[CONNECTED] == true"
- "[RESPONSE_TIME] <= 1000" - "[RESPONSE_TIME] <= 2000"
endpoints: endpoints:
- name: Atlantis TOS - name: Atlantis TOS
@@ -93,12 +93,13 @@ config:
alerts: alerts:
- type: custom - type: custom
- name: Sorcerer VTN # NOTE: Ingress is down
<<: *https-endpoint # - name: Sorcerer VTN
group: "Primary Services" # <<: *https-endpoint
url: https://sorcerer.vtn.oceanbox.io/healthz # group: "Primary Services"
# alerts: # url: https://sorcerer.vtn.oceanbox.io/healthz
# - type: custom # alerts:
# - type: custom
- name: Plume TOS - name: Plume TOS
<<: *https-endpoint <<: *https-endpoint