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
Add support for optional IOTstack-friendly configuration fragments
Following on from a [Discord discussion](https://discord.com/channels/638610460567928832/638610461109256194/898730354507137054) with @tablatronix:
1. Add a read-only volume mapping for Docker socket.
2. Restructure the defaults configuration scheme to support "additions",
comprising two files:
- `inputs.docker.conf` - provided by @tablatronix
- `inputs.mqtt_consumer.conf` - recovered from the original gcgarner
default configuration file.
Rather than a ".bak" file, the reference version of the telegraf
configuration file (the one that ships with the DockerHub image) is
provided as:
```
~/IOTstack/volumes/telegraf/telegraf-release.conf
```
Documentation updated on master branch.
0 commit comments