docker-wownero/wownero/files/prometheus/prometheus.yml

18 lines
306 B
YAML

global:
scrape_interval: 30s
evaluation_interval: 60s
external_labels:
monitor: wownerod-exporter
scrape_configs:
- job_name: "wownerod-exporter"
static_configs:
- targets: ["exporter:8080"]
alerting:
alertmanagers:
- static_configs:
- targets:
# - alertmanager:9093