| 1234567891011121314151617181920212223242526272829303132333435363738 |
- scrape_configs:
- - job_name: cadvisor
- scrape_interval: 15s
- static_configs:
- - targets:
- - cadvisor:8080
- - job_name: node-exporter
- scrape_interval: 15s
- static_configs:
- - targets:
- - node-exporter:9100
- - job_name: downloader-exporter
- scrape_interval: 30s
- static_configs:
- - targets:
- - bt-exporter:9000
- # A scrape configuration containing exactly one endpoint to scrape.
- #- job_name: openwrt-router1
- # scrape_interval: 30s
- # static_configs:
- # - targets:
- # - 192.168.1.7:9100
-
- #- job_name: openwrt-linksys1900
- # scrape_interval: 30s
- # static_configs:
- # - targets:
- # - 192.168.6.1:9100
- - job_name: wg-easy
- scrape_interval: 30s
- metrics_path: /metrics/prometheus
- static_configs:
- - targets:
- - wg.algometic.com
|