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.
251
251
252
+
This result in the Telegraf service depending on the Modquitto service, as such
253
+
you may want to edit `docker-compose.yml` and add `- mosquitto` to the
254
+
`depends_on:` of the mosquitto service.
255
+
252
256
## <aname="cleanSlate"></a>Getting a clean slate
253
257
254
258
### <aname="resetDB"></a>Erasing the persistent storage area
0 commit comments