1
0
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:
Benjamin Kane
2021-10-27 15:28:42 -07:00
parent dd45f74d30
commit de76ee0fd6
3 changed files with 33 additions and 12 deletions

View File

@@ -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
```