Skip to content

Instantly share code, notes, and snippets.

View kevinkupski's full-sized avatar
🚀

Kevin Kupski kevinkupski

🚀
View GitHub Profile
@kevinkupski
kevinkupski / Dockerfile
Created March 24, 2021 14:29
Starlink Monitoring
FROM telegraf:1.16
RUN apt update && apt install -y --no-install-recommends speedtest-cli mtr && \
rm -rf /var/lib/apt/lists/*
COPY telegraf.conf /etc/telegraf/telegraf.conf