This commit is contained in:
2026-02-07 16:57:37 +01:00
parent 8383104454
commit dff1b03e42
129 changed files with 19769 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
[mqtt]
# Adresse du broker MQTT
broker = localhost
# Port MQTT (défaut: 1883, SSL: 8883)
port = 1883
# Authentification (laisser vide si non utilisée)
username =
password =
[agent]
# Hostname (auto = détection automatique)
hostname = auto
# Intervalle de publication du statut (en secondes)
check_interval = 30