mirror of
https://github.com/rodneyosodo/homelab.git
synced 2026-08-07 07:15:03 +00:00
5618e6b3c4
Signed-off-by: Rodney Osodo <socials@rodneyosodo.com>
50 lines
944 B
YAML
50 lines
944 B
YAML
global:
|
|
scrape_interval: 15s
|
|
scrape_timeout: 10s
|
|
evaluation_interval: 15s
|
|
|
|
scrape_configs:
|
|
- job_name: prometheus
|
|
honor_timestamps: true
|
|
metrics_path: /metrics
|
|
scheme: http
|
|
static_configs:
|
|
- targets:
|
|
- localhost:9090
|
|
|
|
- job_name: cloudflared
|
|
static_configs:
|
|
- targets:
|
|
- cloudflared:4090
|
|
|
|
- job_name: dawarich-app
|
|
static_configs:
|
|
- targets:
|
|
- dawarich-app:9394
|
|
- dawarich-sidekiq:9394
|
|
|
|
- job_name: endlessh
|
|
static_configs:
|
|
- targets:
|
|
- endlessh:2112
|
|
|
|
- job_name: opengist
|
|
static_configs:
|
|
- targets:
|
|
- opengist:3021
|
|
|
|
- job_name: node
|
|
static_configs:
|
|
- targets:
|
|
- 192.168.100.32:5040
|
|
|
|
- job_name: pihole-exporter
|
|
static_configs:
|
|
- targets:
|
|
- pihole-exporter:2051
|
|
|
|
- job_name: ollama-exporter
|
|
static_configs:
|
|
- targets:
|
|
- ollama-exporter:5021
|