mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-11-15 14:59:34 +01:00
Mosquitto provides several topics under $SYS/# to capture logs and load statistics. This allows users to enable it.
16 lines
397 B
Plaintext
16 lines
397 B
Plaintext
menu "Mosquitto"
|
|
|
|
config MOSQ_ENABLE_SYS
|
|
bool "Enable $SYS topics"
|
|
default n
|
|
help
|
|
Enable the $SYS topics for the broker
|
|
|
|
config MOSQ_SYS_UPDATE_INTERVAL
|
|
int "Update interval for the SYS topic"
|
|
default 10
|
|
depends on MOSQ_ENABLE_SYS
|
|
help
|
|
Time in seconds for the update of the $SYS topics for the broker
|
|
endmenu
|