mirror of
https://github.com/status-im/infra-role-geth.git
synced 2025-02-19 15:24:30 +00:00
consul: add failures_before_critical=3
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
87b6be842f
commit
729b336a3a
@ -30,6 +30,7 @@
|
|||||||
type: 'script'
|
type: 'script'
|
||||||
script: '{{ geth_rpc_wrapper }} eth_syncing'
|
script: '{{ geth_rpc_wrapper }} eth_syncing'
|
||||||
timeout: '5s'
|
timeout: '5s'
|
||||||
|
failures_before_critical: 3
|
||||||
|
|
||||||
- name: '{{ geth_cont_name }}-ws'
|
- name: '{{ geth_cont_name }}-ws'
|
||||||
tags: '{{ geth_consul_tags + ["websocket"] }}'
|
tags: '{{ geth_consul_tags + ["websocket"] }}'
|
||||||
@ -43,3 +44,4 @@
|
|||||||
name: 'Geth WebSocket API'
|
name: 'Geth WebSocket API'
|
||||||
type: 'tcp'
|
type: 'tcp'
|
||||||
tcp: 'localhost:{{ geth_websocket_port }}'
|
tcp: 'localhost:{{ geth_websocket_port }}'
|
||||||
|
failures_before_critical: 3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user