diff --git a/README.RU.md b/README.RU.md index 114adaf..98ee9cc 100644 --- a/README.RU.md +++ b/README.RU.md @@ -142,7 +142,7 @@ where - `canRestartNode` - Если значение этого ключа **true**, сервер может перезапустить узел мины - `restartAfterMax` - value in minutes, if node synced and height is difference to max block length, node will restart after this interval - `restartAfterUnv` - value in minutes, if node synced and height is difference to unvalidated block height, node will restart after this interval -- `restartAfterPrev` - integer value, how many times the alert must go off before the mine is restarted, if node synced and height is equal to previous retrieved height, monitor trigger this alert. Check will process every 2 alerts period. In the time this value **~ restartAfterPrev * alertInterval**. +- `restartAfterPrev` - integer value, how many times the alert must go off before the mine is restarted, if node synced and height is equal to previous retrieved height, monitor trigger this alert. Check will process every 2 alerts period. In the time this value **~ restartAfterPrev * alertInterval * 2**. - `restartCmd` - Команда для перезапуска узла Mina - `https` - contains paths to cert and key to create https server - `observeExplorer` - observe Explorer block height and alerts if height difference diff --git a/README.UA.md b/README.UA.md index 1c5931f..015a3e9 100644 --- a/README.UA.md +++ b/README.UA.md @@ -145,7 +145,7 @@ Section for using proxy (інформацію про проксі-сервер - `canRestartNode` - Якщо значення цього ключа **true**, сервер може перезапустити вузол міни - `restartAfterMax` - value in minutes, if node synced and height is difference to max block length, node will restart after this interval - `restartAfterUnv` - value in minutes, if node synced and height is difference to unvalidated block height, node will restart after this interval -- `restartAfterPrev` - integer value, how many times the alert must go off before the mine is restarted, if node synced and height is equal to previous retrieved height, monitor trigger this alert. Check will process every 2 alerts period. In the time this value **~ restartAfterPrev * alertInterval**. +- `restartAfterPrev` - integer value, how many times the alert must go off before the mine is restarted, if node synced and height is equal to previous retrieved height, monitor trigger this alert. Check will process every 2 alerts period. In the time this value **~ restartAfterPrev * alertInterval * 2**. - `restartCmd` - Команда для перезапуска вузла Mina - `https` - contains paths to cert and key to create https server - `observeExplorer` - observe Explorer block height and alerts if height difference diff --git a/README.md b/README.md index adc4d53..4b2d215 100644 --- a/README.md +++ b/README.md @@ -138,7 +138,7 @@ where - `canRestartNode` - if true, server can restart mina node - `restartAfterMax` - value in minutes, if node synced and height is difference to max block length, node will restart after this interval - `restartAfterUnv` - value in minutes, if node synced and height is difference to unvalidated block height, node will restart after this interval -- `restartAfterPrev` - integer value, how many times the alert must go off before the mine is restarted, if node synced and height is equal to previous retrieved height, monitor trigger this alert. Check will process every 2 alerts period. In the time this value **~ restartAfterPrev * alertInterval**. +- `restartAfterPrev` - integer value, how many times the alert must go off before the mine is restarted, if node synced and height is equal to previous retrieved height, monitor trigger this alert. Check will process every 2 alerts period. In the time this value **~ restartAfterPrev * alertInterval * 2**. - `restartCmd` - command for restart mina node - `https` - contains paths to cert and key to create https server - `observeExplorer` - observe Explorer block height and alerts if height difference