Skip to content

Commit

Permalink
Merge pull request #17 from fmdlc/upgrading_telegraf
Browse files Browse the repository at this point in the history
Including telegraf Docker user into the video group to fetch GPU metrics
  • Loading branch information
fmdlc authored Oct 17, 2020
2 parents d4e3a0c + 109a903 commit b5aed6b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ISP-Checker/telegraf/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ COPY ./bin/entrypoint.sh /entrypoint.sh
RUN apt-get update && apt-get install -y --no-install-recommends \
mtr \
speedtest-cli && \
rm -rf /var/lib/apt/lists/*
rm -rf /var/lib/apt/lists/* && \
usermod -G video telegraf

EXPOSE 8125/udp 8092/udp 8094

Expand Down

0 comments on commit b5aed6b

Please sign in to comment.