fix(gauts): Bump response time treshhold
This commit is contained in:
@@ -62,21 +62,21 @@ config:
|
|||||||
<<: *defaults
|
<<: *defaults
|
||||||
conditions:
|
conditions:
|
||||||
- "[STATUS] == 200"
|
- "[STATUS] == 200"
|
||||||
- "[RESPONSE_TIME] <= 1000"
|
- "[RESPONSE_TIME] <= 1500"
|
||||||
- "[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] <= 1500"
|
||||||
- "[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] <= 1500"
|
||||||
|
|
||||||
endpoints:
|
endpoints:
|
||||||
- name: Atlantis
|
- name: Atlantis
|
||||||
|
|||||||
Reference in New Issue
Block a user