From f97358cf9c43032efaa908d4a582600390c3b2a9 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Sun, 16 Apr 2023 14:58:22 +0200 Subject: [PATCH] add munin-node --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 49dc950..ae0f545 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,6 +16,7 @@ RUN apt-get update && \ ssmtp \ mailutils \ curl tzdata \ + munin-node \ autoconf \ && apt-get clean && \ rm -rf /var/lib/apt/lists/* /var/tmp/* /tmp/* @@ -29,6 +30,8 @@ RUN (cp /etc/munin/apache24.conf /etc/apache2/sites-available/000-default.conf) (chfn -f 'munin' root) && \ (/usr/sbin/a2enmod fcgid) +RUN rm -rf /etc/munin/plugins + COPY 000-default.conf /etc/apache2/sites-available/000-default.conf COPY logrotate-munin /etc/logrotate.d/munin COPY munin.conf /etc/munin/munin.conf