mirror of
https://github.com/rodneyosodo/homelab.git
synced 2026-08-07 07:15:03 +00:00
6b064bc208
Signed-off-by: Rodney Osodo <socials@rodneyosodo.com>
39 lines
714 B
YAML
39 lines
714 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:4082
|
|
|
|
- job_name: cloudflared
|
|
static_configs:
|
|
- targets:
|
|
- cloudflared:4090
|
|
|
|
- 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
|