Files
RMM-UI-BE/prometheus.yml.tmp
2026-06-02 10:37:57 +05:30

59 lines
1.4 KiB
Plaintext

global:
scrape_interval: 15s
evaluation_interval: 15s
alerting:
alertmanagers:
- static_configs:
- targets: ["localhost:9093"]
rule_files:
- "rules.yml"
scrape_configs:
- job_name: "prometheus_self_monitor"
static_configs:
- targets: ["localhost:9090"]
- job_name: "rmm_central_bridge"
static_configs:
- targets: ["192.168.176.1:8000"] # WSL Gateway to the Windows host running FastAPI
# - job_name: "laptop_server_1"
# static_configs:
# - targets: ["localhost:9100"]
#
# - job_name: "desktop_ngrok_test"
# scheme: https
# static_configs:
# - targets: ["culprit-campfire-galore.ngrok-free.dev"]
#
# - job_name: "sasi_gpu"
# scheme: https
# static_configs:
# - targets: ["varnish-gonad-snowstorm.ngrok-free.dev"]
#
# - job_name: "sasi_cpu"
# scheme: https
# static_configs:
# - targets: ["statute-earlier-plastic-log.trycloudflare.com"]
#
# - job_name: 'node_exporter'
# static_configs:
# - targets:
# - '100.119.113.98:9100' # bs13
#
# # 1. Scrape the Remote CPUs via Cloudflare
# - job_name: 'cloudflare_cpus'
# scheme: https
# static_configs:
# - targets:
# - 'jagan-cpu.seekright.com'
# - 'kaushik-cpu.seekright.com'
# # 2. Scrape the Remote GPUs via Cloudflare
# - job_name: 'cloudflare_gpus'
# scheme: https
# static_configs:
# - targets:
# - 'jagan-gpu.seekright.com'