re-enable node healthcheck

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2020-11-09 00:59:35 +01:00
parent 4dc6c9e97f
commit d9b14cd3cb
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 4 additions and 4 deletions

View File

@ -9,10 +9,10 @@
port: '{{ beacon_node_listening_port }}'
address: '{{ beacon_node_public_address }}'
tags: ['{{ env }}.{{ stage }}', 'beacon', 'nimbus']
#checks:
# - name: 'beacon-node-health'
# type: 'tcp'
# tcp: 'localhost:{{ beacon_node_listening_port }}'
checks:
- name: 'beacon-node-health'
type: 'tcp'
tcp: 'localhost:{{ beacon_node_listening_port }}'
- id: '{{ beacon_node_cont_name }}-metrics'
name: 'beacon-node-metrics'