This commit is contained in:
Michael Grote 2023-04-16 15:16:05 +02:00
parent bfaa3dd517
commit 681a9fdd3b
1 changed files with 6 additions and 1 deletions

View File

@ -36,7 +36,12 @@ RUN (cp /etc/munin/apache24.conf /etc/apache2/sites-available/000-default.conf)
(/usr/sbin/a2enmod fcgid) && \
rm -rf /etc/munin/plugins && \
mkdir -p /etc/munin/plugins && \
chmod +x /etc/munin/plugins/munin_stats && \
COPY run.sh /usr/local/bin/run
COPY munin_stats /etc/munin/plugins/munin_stats
COPY munin_update /etc/munin/plugins/munin_update
RUN chmod +x /etc/munin/plugins/munin_stats && \
chmod +x /etc/munin/plugins/munin_update && \
chmod +x /usr/local/bin/run