|
chmod 777 /var/log/munin/*log |
Please consider adding chown munin: /var/log/munin/
In case /var/log/munin is not writeable munin-cron fails horribly with this error:
"Can't open /var/log/munin/munin-update.log (Permission denied) at /usr/share/perl5/Log/Log4perl/Appender/File.pm line 151."
It can happen that /var/log/munin isn't writable by default if this is bind mounted to the host using -v
:/var/log/munin
docker-munin-server/start-munin.sh
Line 86 in 602e2a1
Please consider adding chown munin: /var/log/munin/
In case /var/log/munin is not writeable munin-cron fails horribly with this error:
"Can't open /var/log/munin/munin-update.log (Permission denied) at /usr/share/perl5/Log/Log4perl/Appender/File.pm line 151."
It can happen that /var/log/munin isn't writable by default if this is bind mounted to the host using -v
:/var/log/munin