mirror of
https://github.com/status-im/infra-role-geth-exporter.git
synced 2025-02-20 14:48:20 +00:00
fix syntax error
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
0dc63dbdfe
commit
9846d4b264
@ -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).
|
||||
|
||||
|
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user