2024-10-05 18:20:25 +00:00
|
|
|
global:
|
|
|
|
scrape_interval: 15s
|
|
|
|
query_log_file: /etc/prometheus/query.log
|
|
|
|
|
|
|
|
scrape_configs:
|
2025-02-24 08:03:33 +00:00
|
|
|
- job_name: bedroom
|
2024-10-05 18:20:25 +00:00
|
|
|
static_configs:
|
2025-02-24 08:03:33 +00:00
|
|
|
- targets: ['192.168.8.79:7070']
|
|
|
|
|