Monitoring Stack: add telegraf dockerfile with ipmi tools package

This commit is contained in:
Aroy-Art 2025-05-22 14:24:47 +02:00
parent 6cc84c9446
commit 61d3b9b53c
Signed by: Aroy
GPG key ID: 583642324A1D2070

View file

@ -0,0 +1,6 @@
FROM telegraf:latest
RUN apt-get update && \
apt-get install -y ipmitool && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*