mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
Rename timeouts and make the default seconds. Add docs.
This commit is contained in:
@@ -198,3 +198,20 @@ Sonar check regions (sonar_regions) possible values:
|
||||
- EUROPE
|
||||
sonar_type: TCP
|
||||
```
|
||||
|
||||
#### NS1 Health Check Options
|
||||
|
||||
| Key | Description | Default |
|
||||
|--|--|--|
|
||||
| connect_timeout | Timeout (in seconds) before we give up trying to connect | 2 |
|
||||
| response_timeout | Timeout (in seconds) after connecting to wait for output. | 10 |
|
||||
|
||||
```yaml
|
||||
|
||||
---
|
||||
octodns:
|
||||
ns1:
|
||||
healthcheck:
|
||||
connect_timeout: 2
|
||||
response_timeout: 10
|
||||
```
|
||||
Reference in New Issue
Block a user