consul: add failures_before_critical=3

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2021-10-15 14:35:30 +02:00
parent 87b6be842f
commit 729b336a3a
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,7 @@
type: 'script'
script: '{{ geth_rpc_wrapper }} eth_syncing'
timeout: '5s'
failures_before_critical: 3
- name: '{{ geth_cont_name }}-ws'
tags: '{{ geth_consul_tags + ["websocket"] }}'
@ -43,3 +44,4 @@
name: 'Geth WebSocket API'
type: 'tcp'
tcp: 'localhost:{{ geth_websocket_port }}'
failures_before_critical: 3