Files
ipwatch/mqtt/client/mqtt-agent.conf.example
2026-02-07 16:57:37 +01:00

18 lines
318 B
Plaintext

[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