17 lines
358 B
YAML
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"
|