Disable collectd rrd files

This commit is contained in:
Alexis Svinartchouk 2020-05-02 13:56:44 +02:00
parent 4b85b351cd
commit e1d81c2dee

View File

@ -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