don't set id for healthchecks

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2020-02-26 16:34:41 +01:00
parent 9ffcda0db1
commit d8efd26e17
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 4 additions and 4 deletions

View File

@ -10,8 +10,8 @@
address: '{{ beacon_node_public_address }}'
tags: ['{{ env }}.{{ stage }}', 'beacon', 'nimbus']
#checks:
# - id: beacon-node-health
# type: tcp
# - name: 'beacon-node-health'
# type: 'tcp'
# tcp: 'localhost:{{ beacon_node_listening_port }}'
- id: '{{ beacon_node_cont_name }}-metrics'
@ -22,6 +22,6 @@
meta:
container: '{{ beacon_node_cont_name }}'
#checks:
# - id: beacon-node-metrics
# type: http
# - name: 'beacon-node-metrics-health'
# type: 'http'
# http: 'http://localhost:{{ beacon_node_metrics_port }}/metrics'