fix(gauts): Revert to 1000
This commit is contained in:
@@ -62,21 +62,21 @@ config:
|
||||
<<: *defaults
|
||||
conditions:
|
||||
- "[STATUS] == 200"
|
||||
- "[RESPONSE_TIME] <= 1500"
|
||||
- "[RESPONSE_TIME] <= 1000"
|
||||
- "[CERTIFICATE_EXPIRATION] > 168h" # 7 days
|
||||
|
||||
.tls-endpoint: &tls-endpoint
|
||||
<<: *defaults
|
||||
conditions:
|
||||
- "[CONNECTED] == true"
|
||||
- "[RESPONSE_TIME] <= 1500"
|
||||
- "[RESPONSE_TIME] <= 1000"
|
||||
- "[CERTIFICATE_EXPIRATION] > 168h" # 7 days
|
||||
|
||||
.tcp-endpoint: &tcp-endpoint
|
||||
<<: *defaults
|
||||
conditions:
|
||||
- "[CONNECTED] == true"
|
||||
- "[RESPONSE_TIME] <= 1500"
|
||||
- "[RESPONSE_TIME] <= 1000"
|
||||
|
||||
endpoints:
|
||||
- name: Atlantis
|
||||
|
||||
Reference in New Issue
Block a user