66 lines
1.3 KiB
YAML
66 lines
1.3 KiB
YAML
global:
|
|
scrape_interval: 15s
|
|
scrape_timeout: 10s
|
|
evaluation_interval: 15s
|
|
|
|
alerting:
|
|
alertmanagers:
|
|
- static_configs:
|
|
- targets:
|
|
- alert-manager:9093
|
|
scheme: http
|
|
timeout: 10s
|
|
api_version: v2
|
|
|
|
scrape_configs:
|
|
|
|
# grafana dashboard id: 159
|
|
- job_name: prometheus
|
|
honor_timestamps: true
|
|
scrape_interval: 15s
|
|
scrape_timeout: 10s
|
|
metrics_path: /metrics
|
|
scheme: http
|
|
static_configs:
|
|
- targets:
|
|
- prometheus:9090
|
|
|
|
# wg-easy current production version does not support metrics (2024/12)
|
|
## grafana dashboard id: 21733
|
|
# - job_name: wg-easy
|
|
## #basic_auth:
|
|
### # username: wgpw
|
|
### # password:
|
|
### # password_file:
|
|
### scheme: http
|
|
### static_configs:
|
|
## - targets:
|
|
# - wg-easy:51821
|
|
|
|
# grafana dashboard id: 17346
|
|
- job_name: traefik
|
|
#scheme: https
|
|
static_configs:
|
|
- targets:
|
|
- traefik:8082
|
|
|
|
# grafana dashboard id: 14282
|
|
- job_name: cadvisor
|
|
scrape_interval: 300s
|
|
scrape_timeout: 55s
|
|
static_configs:
|
|
- targets:
|
|
- cadvisor:8080
|
|
|
|
# grafana dashboard id: 1860
|
|
- job_name: node
|
|
static_configs:
|
|
- targets:
|
|
- node-exporter:9100
|
|
|
|
# grafana dashboard id: 18226
|
|
- job_name: frigate
|
|
static_configs:
|
|
- targets:
|
|
- frigate-exporter:9200
|