Files
glpi-neuroforge-mega/deployments/master/monitoring/prometheus/prometheus.yml.template
T
groot 9a4370e4df
release-tag / release-image (push) Successful in 6m50s
v1.6.0
2026-09-02 10:26:50 +02:00

32 lines
696 B
Plaintext

global:
scrape_interval: 15s
evaluation_interval: 15s
rule_files:
- /etc/prometheus-alerts/alerts.yml
scrape_configs:
- job_name: neuroforge
metrics_path: /metrics
authorization:
type: Bearer
credentials_file: /etc/prometheus-secrets/neuroforge_metrics.token
static_configs:
- targets: ["neuroforge:8080"]
- job_name: master_node
static_configs:
- targets: ["node-exporter:9100"]
- job_name: cpu_subagent_node
static_configs:
- targets: ["__CPU_TARGET__"]
- job_name: gpu_subagent_node
static_configs:
- targets: ["__GPU_TARGET__"]
- job_name: gpu_dcgm
static_configs:
- targets: ["__GPU_DCGM_TARGET__"]