mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-24 07:17:18 +00:00
Disable collectd rrd files
This commit is contained in:
parent
4b85b351cd
commit
e1d81c2dee
@ -3,5 +3,6 @@ RUN \
|
||||
apt-get update && \
|
||||
apt-get install --yes collectd && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
RUN sed -i '/LoadPlugin rrdtool/d' /etc/collectd/collectd.conf
|
||||
COPY ./influxdb.conf /etc/collectd/collectd.conf.d/influxdb.conf
|
||||
CMD collectd -C /etc/collectd/collectd.conf -f
|
||||
|
Loading…
x
Reference in New Issue
Block a user