1
0
mirror of https://github.com/github/octodns.git synced 2024-05-11 05:55:00 +00:00

Rapid recheck for NS1 monitors

This commit is contained in:
Viranch Mehta
2021-12-03 15:25:38 -08:00
parent ec1be7b6f5
commit 85eeec988c
3 changed files with 13 additions and 2 deletions

View File

@@ -207,6 +207,7 @@ Sonar check regions (sonar_regions) possible values:
| frequency | Frequency (in seconds) of health-check | 60 |
| 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 |
| rapid_recheck | Enable or disable a second, automatic verification test before changing the status of a host. Enabling this option can help prevent false positives. | False |
```yaml
@@ -218,4 +219,5 @@ Sonar check regions (sonar_regions) possible values:
frequency: 60
connect_timeout: 2
response_timeout: 10
rapid_recheck: True
```