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:
@@ -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
|
||||
```
|
||||
Reference in New Issue
Block a user