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: 'hdd-exporter-local' scrape_interval: 5s static_configs: - targets: ['192.168.1.24:8087'] - job_name: 'kasa-exporter-local' scrape_interval: 5s static_configs: - targets: ['192.168.1.24:8088'] - job_name: 'tapo-exporter-local' scrape_interval: 60s static_configs: - targets: ['192.168.1.24:8089']