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
1. Implements self-repair functionality by adding `Dockerfile` and
`entrypoint.sh` to the Telegraf template.
2. Removes `telegraf.conf` from Telegraf template. The default
configuration file is now the one supplied with the container
downloaded from DockerHub. In other words, it will always be kept
up-to-date by the container's maintainers.
3. Alters service definition to:
* use a persistent storage area in `./volumes/telegraf`
* remove the old `./services/telegraf/telegraf.conf` file mapping
* add explicit mappings for all exposed ports.
4. Removes build.py as no longer required for copying the old
`telegraf.conf` into the `services` directory.
5. Adds documentation for container.
0 commit comments