mirror of
https://github.com/Alkatrazz24/Funk-lab.git
synced 2026-07-08 11:04:43 +02:00
feat: monitoring — node_exporter + ROCm sysfs collector + alertmanager webhook
Ansible roles: - node_exporter : déploie node_exporter v1.9.1 sur storage-01 et gpu-01 avec textfile collector + services systemd. ROCm activé sur gpu-01 uniquement via group_vars. Collecte métriques GPU via sysfs (temp, VRAM, utilisation) — pas de dépendance rocm-smi (remplacé dans ROCm 7.x) - alertmanager_webhook : service Python sur storage-01 (:9093/webhook) reçoit alertes AlertManager et les route vers ask-agent monitor → Hermes Playbooks: node_exporter + alertmanager_webhook ajoutés à storage-01 et gpu-01 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
857351bcf9
commit
92a882aa94
15 changed files with 354 additions and 2 deletions
|
|
@ -1,2 +1,5 @@
|
|||
---
|
||||
hsa_override_gfx_version: "10.3.0"
|
||||
|
||||
# node_exporter — ROCm textfile collector activé sur gpu-01
|
||||
rocm_exporter_enabled: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue