diff --git a/tasks/consul.yml b/tasks/consul.yml index 55c4e4a..82ba5b6 100644 --- a/tasks/consul.yml +++ b/tasks/consul.yml @@ -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'