added scond pokt node

This commit is contained in:
cventastic
2022-01-13 18:27:01 +01:00
parent 346c6bccd6
commit d78a88449a
3 changed files with 7 additions and 15 deletions

View File

@@ -148,7 +148,7 @@ services:
image: poktnetwork/pocket-core:stagenet-latest image: poktnetwork/pocket-core:stagenet-latest
ports: ports:
- "127.0.0.1:8082:8081" - "127.0.0.1:8082:8081"
- "26656:26656" - "26657:26656"
expose: expose:
- 26656 - 26656
- 8081 - 8081

View File

@@ -77,10 +77,3 @@ scrape_configs:
regex: (.*) regex: (.*)
replacement: $1 replacement: $1
target_label: geth_ropsten target_label: geth_ropsten
alerting:
alertmanagers:
- scheme: http
static_configs:
- targets:
- 'alertmanager:9093'

View File

@@ -34,15 +34,14 @@ scrape_configs:
static_configs: static_configs:
- targets: ['pushgateway:9091'] - targets: ['pushgateway:9091']
- job_name: 'pocket' - job_name: 'pocket-fr-1'
scrape_interval: 10s scrape_interval: 10s
honor_labels: true honor_labels: true
static_configs: static_configs:
- targets: ['pocket-mainnet:8083'] - targets: ['pocket-fr-1:8083']
alerting: - job_name: 'pocket-fr-2'
alertmanagers: scrape_interval: 10s
- scheme: http honor_labels: true
static_configs: static_configs:
- targets: - targets: ['pocket-fr-1:8083']
- 'alertmanager:9093'