fix(gatus): Disable vtn sorcerer
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user