backend: url: http://localhost:8080 token: "" agent: id: "" # auto-généré : metric- hostname: "" # auto-détecté depuis /etc/hostname intervals: realtime_ms: 1000 # CPU, RAM, réseau, charge medium_s: 1800 # disques, températures, SMART # DMI/hardware collecté au démarrage puis toutes les 12h api: listen: "0.0.0.0:9101" # MQTT optionnel (Home Assistant, Node-RED, Grafana…) mqtt: enabled: false broker: "localhost" port: 1883 topic_prefix: "sentinelmesh" client_id: "" # auto : sentinelmesh-metric- # Topics publiés : # sentinelmesh//metrics/realtime (JSON, chaque seconde) # sentinelmesh//metrics/medium (JSON, toutes les 30min) # sentinelmesh//events (JSON, boot/shutdown…)