disable healthchecks temporarily, shit is whack yo

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2019-11-06 14:34:08 +01:00
parent c2992d80b1
commit e37ebad154
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 8 additions and 8 deletions

View File

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