18 lines
318 B
Plaintext
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
|