mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Add wait after test error in omr-tracker
This commit is contained in:
parent
f5b2e0f0e1
commit
1dbe35a996
7 changed files with 65 additions and 35 deletions
|
@ -16,6 +16,7 @@ config defaults 'defaults'
|
|||
option interval '2'
|
||||
option interval_tries '1'
|
||||
option type 'ping'
|
||||
option wait_test '0'
|
||||
option options ''
|
||||
|
||||
config proxy 'proxy'
|
||||
|
@ -30,6 +31,7 @@ config proxy 'proxy'
|
|||
list hosts '176.103.130.130'
|
||||
option timeout '10'
|
||||
option tries '3'
|
||||
option wait_test '0'
|
||||
option interval_tries '1'
|
||||
option interval '5'
|
||||
|
||||
|
@ -37,4 +39,5 @@ config server 'server'
|
|||
option enabled '1'
|
||||
option tries '3'
|
||||
option timeout '10'
|
||||
option wait_test '0'
|
||||
option interval '5'
|
Loading…
Add table
Add a link
Reference in a new issue