ipwatch
This commit is contained in:
17
mqtt/client/mqtt-agent.conf.example
Normal file
17
mqtt/client/mqtt-agent.conf.example
Normal 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
|
||||
Reference in New Issue
Block a user