-
Notifications
You must be signed in to change notification settings - Fork 61
thin-edge health-check not functioning when mqtt bind address is changed #1380
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Can you tell which services are up on your device? Only If you have other services like |
In order to connect to thin-edge MQTT bus, you have to use the external mqtt address When you configure an external address with:
then thin-edge is accessible from two different addresses:
The use of => I see this as a documentation bug. A visual representation might help a lot here as suggested by #1238. |
In order the new bind address to be working the relevant service needs to be restarted after change is made. |
The bug is no longer applicable as of 0.10.0 |
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
thin-edge health-check not functioning when mqtt bind address is changed
To Reproduce
Preconditions
tedge mqtt sub tedge/health/#
Ctrl+c
Steps to reproduce
sudo tedge config set mqtt.bind_address XXX.XXX.XXX.XXX
sudo tedge disconnect c8y
sudo tedge connect c8y
tedge config list
and observe that the mqtt.bind_address is changed to the address from Step 2tedge mqtt sub tedge/health/#
Observe that no messages will be received
Expected behavior
Health messages to be received as before the bind address change
Screenshots
Environment (please complete the following information):
notify
event extension - fix tedge mapper child device create events #1538 SMP PREEMPT Thu Mar 31 19:40:39 BST 2022 aarch64 GNU/LinuxAdditional context
The text was updated successfully, but these errors were encountered: