Minor fixes
This commit is contained in:
parent
9287e2f9e2
commit
10fd4ecd6b
@ -937,8 +937,8 @@ endpoints:
|
|||||||
- "[CONNECTED] == true"
|
- "[CONNECTED] == true"
|
||||||
```
|
```
|
||||||
|
|
||||||
Placeholders `[STATUS]` and `[BODY]` as well as the fields `endpoints[].body`, `endpoints[].insecure`,
|
Placeholders `[STATUS]` and `[BODY]` as well as the fields `endpoints[].body`, `endpoints[].headers`,
|
||||||
`endpoints[].headers`, `endpoints[].method` and `endpoints[].graphql` are not supported for TCP endpoints.
|
`endpoints[].method` and `endpoints[].graphql` are not supported for TCP endpoints.
|
||||||
|
|
||||||
**NOTE**: `[CONNECTED] == true` does not guarantee that the endpoint itself is healthy - it only guarantees that there's
|
**NOTE**: `[CONNECTED] == true` does not guarantee that the endpoint itself is healthy - it only guarantees that there's
|
||||||
something at the given address listening to the given port, and that a connection to that address was successfully
|
something at the given address listening to the given port, and that a connection to that address was successfully
|
||||||
@ -991,7 +991,7 @@ endpoints:
|
|||||||
url: "starttls://smtp.gmail.com:587"
|
url: "starttls://smtp.gmail.com:587"
|
||||||
interval: 30m
|
interval: 30m
|
||||||
client:
|
client:
|
||||||
timeout: 5s
|
timeout: 5s
|
||||||
conditions:
|
conditions:
|
||||||
- "[CONNECTED] == true"
|
- "[CONNECTED] == true"
|
||||||
- "[CERTIFICATE_EXPIRATION] > 48h"
|
- "[CERTIFICATE_EXPIRATION] > 48h"
|
||||||
@ -1006,7 +1006,7 @@ endpoints:
|
|||||||
url: "tls://ldap.example.com:636"
|
url: "tls://ldap.example.com:636"
|
||||||
interval: 30m
|
interval: 30m
|
||||||
client:
|
client:
|
||||||
timeout: 5s
|
timeout: 5s
|
||||||
conditions:
|
conditions:
|
||||||
- "[CONNECTED] == true"
|
- "[CONNECTED] == true"
|
||||||
- "[CERTIFICATE_EXPIRATION] > 48h"
|
- "[CERTIFICATE_EXPIRATION] > 48h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user