From 6d3d2ceb829908e7ef2c81227c7d65b4078fc215 Mon Sep 17 00:00:00 2001 From: KiekerJan Date: Mon, 5 Dec 2022 15:38:36 +0100 Subject: [PATCH] store munin files in MiaB storage dir --- setup/munin.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setup/munin.sh b/setup/munin.sh index 537007e2..dad855ac 100755 --- a/setup/munin.sh +++ b/setup/munin.sh @@ -10,9 +10,12 @@ echo "Installing Munin (system monitoring)..." apt_install munin munin-node libcgi-fast-perl munin-plugins-extra # libcgi-fast-perl is needed by /usr/lib/munin/cgi/munin-cgi-graph +mkdir -p $STORAGE_ROOT/munin +chown munin:munin $STORAGE_ROOT/munin + # edit config cat > /etc/munin/munin.conf <