Files
docker_grafana-prometheus/data/prometheus/prometheus.yml
2025-01-07 17:13:25 +08:00

9 lines
188 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']