You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems like remnant misconfiguration from the beginning.
Fixes docker-compose.yml to be valid even if you don't choose mosquitto
fron the menu.
Added documentation about adding the mosquitto 'depends_on' back if you
use the mqtt_consumer addition.
Resolves#550
The `grep` strips comment lines and the `sudo tee` is a safe way of appending the result to `telegraf.conf`. The `restart` causes Telegraf to notice the change.
247
+
This result in the Telegraf service depending on the Mosquitto service, as such
248
+
you may want to edit `docker-compose.yml` and add `- mosquitto` to the
0 commit comments