truenas-docker/prometheus/config/prometheus.yml
2025-12-02 13:08:52 +02:00

61 lines
1.2 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:
- job_name: prometheus
honor_timestamps: true
scrape_interval: 15s
scrape_timeout: 10s
metrics_path: /metrics
scheme: http
static_configs:
- targets:
- prometheus:9090
# - job_name: frigate
# static_configs:
# - targets: ['10.0.0.51:5000'] #Change this to your server's IP
#
- job_name: wg-easy
#basic_auth:
# username: wgpw
# password:
# password_file:
scheme: http
static_configs:
- targets:
- wg-easy:51821
- job_name: traefik
#scheme: https
static_configs:
- targets:
- traefik:8082
- job_name: cadvisor
static_configs:
- targets:
- cadvisor:8080
- job_name: node
static_configs:
- targets:
- node-exporter:9100
- job_name: "prometheus_frigate_exporter"
static_configs:
- targets:
- "10.0.0.20:9100"