[Question] Whether monitoring of MQTT connection availability will be supported?
Question
Hertzbeat has already supported the monitoring of WebSocket connections, will we support the monitoring of the connection of the MQTT protocol? You can enter MQTT address, port, account secret, and so on
hi,hertzbeat already supports monitoring emqx servers. Can it meet your needs?
hi,hertzbeat already supports monitoring emqx servers. Can it meet your needs?
hi, I do see that hertzbeat already supports Broker monitoring of EMQX5 through the API interface. What I mean by monitoring the availability of MQTT connections is that you want to monitor whether an mqtt client is able to connect to EMQX Broker and subscribe/publish topics properly. Not just the current statistical indicators monitoring.
I'm not sure whether i describe it clearly. If it will be implemented in a future version, please @ me.
@Johonnyr hi, if this monitoring is designed like this, can it meet the needs?
The user needs to enter parameters
- mqtt address
- port
- username (optional)
- password (optional)
- topic
- messages for testing
The collected indicators include
- response time of the client connecting to the mqtt server (integer)
- whether messages can be published (bool)
- whether to subscribe to the topic (bool)
@LiuTianyou Thanks for reply. Yep, and the user should also be able to enter parameter: mqtt clientId.
@Johonnyr got it, we will add monitoring of mqtt connections later, thank you for your suggestion