2025-10-23 13:40:24 +02:00

17 lines
358 B
YAML

global:
scrape_interval: 15s
scrape_configs:
- job_name: 'prometheus'
static_configs:
- targets: ['localhost:9090']
- job_name: 'node_exporter'
static_configs:
- targets: ['192.168.4.4:9100']
- job_name: 'scaphandre'
static_configs:
- targets: ['192.168.4.4:8080']
fallback_scrape_protocol: "PrometheusText1.0.0"