fix syntax error

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2019-05-10 18:16:46 +02:00
parent 0dc63dbdfe
commit 9846d4b264
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Description
This role configures [`geth_exporter`](https://github.com/status-im/geth_exporter), a metrics exporter for ([go-ethereum](https://github.com/ethereum/go-ethereum)).
This role configures [`geth_exporter`](https://github.com/status-im/geth_exporter), a metrics exporter for [go-ethereum](https://github.com/ethereum/go-ethereum).
The image used by default is [statusteam/geth_exporter:latest](https://hub.docker.com/r/statusteam/geth_exporter).

View File

@ -11,7 +11,7 @@
meta:
container: '{{ geth_source_cont_name | mandatory }}'
checks:
- id: '{{ geth_expo_consul_name }}'-health
- id: '{{ geth_expo_consul_name }}-health'
name: 'geth-exporter healthcheck'
type: http
http: 'http://localhost:{{ geth_expo_cont_port }}/health'