Installed Munin on Debian 8, encountered the following problem. There is nothing in the directory where the Munin files should be (/ var / cache / munin / www), the folder is empty. Accordingly, I can not configure Apache redirection to this folder.

How can this problem be solved? Who faced?

    2 answers 2

    There should not be anything until the munin starts to work. An example of Apache configuration is in /etc/munin/apache24.conf

    In theory, this file should automatically link to the directory with the apache configuration settings during installation. This is described in the munin postinst script. Check /etc/apache24/conf-available/munin.conf - should link to the above file.

    • The problem was due to the fact that Munin did not run on the crown. corrected the crontab launch of the service to this line: * / 5 * * * * / usr / bin / munin-cron> / dev / null 2> & 1 - Dmitry Maslennikov

    The problem was due to the fact that Munin did not run on the crown. corrected the launch of the service to this line in crontab:

    */5 * * * * /usr/bin/munin-cron > /dev/null 2>&1