A free, open, self-hosted app platform (GNU AGPLv3): one-click app deploys, Traefik reverse proxy with automatic SSL, rootless Docker support, gluetun VPN routing, and a web dashboard to manage it all. Free & open forever to self-host; optional paid hosted services fund it. See PROMISE.md. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> Signed-off-by: librelad <librelad@digitalangels.vip>
24 lines
630 B
YAML
Executable File
24 lines
630 B
YAML
Executable File
global:
|
|
scrape_interval: 15s
|
|
external_labels:
|
|
monitor: 'libreportal'
|
|
|
|
# Per-app scrape jobs are gathered into scrape.d/ by monitoringRefreshPrometheus
|
|
# — one file per installed app with CFG_<APP>_MONITORING=true.
|
|
scrape_config_files:
|
|
- /etc/prometheus/scrape.d/*.yml
|
|
|
|
# Built-in jobs: Prometheus itself plus the bundled host/container exporters.
|
|
scrape_configs:
|
|
- job_name: 'prometheus'
|
|
static_configs:
|
|
- targets: ['localhost:9090']
|
|
|
|
- job_name: 'node-exporter'
|
|
static_configs:
|
|
- targets: ['node-exporter:9100']
|
|
|
|
- job_name: 'cadvisor'
|
|
static_configs:
|
|
- targets: ['cadvisor:8080']
|