14 lines
309 B
YAML
14 lines
309 B
YAML
global:
|
|
scrape_interval: 5s # Server 抓取頻率
|
|
|
|
scrape_configs:
|
|
- job_name: 'node-exporter-local'
|
|
scrape_interval: 5s
|
|
static_configs:
|
|
- targets: ['192.168.1.24:8084']
|
|
|
|
- job_name: 'local_data_exporter'
|
|
scrape_interval: 60s
|
|
static_configs:
|
|
- targets: ['192.168.1.24:8087']
|