diff options
author | kwadronaut <kwadronaut@aktivix.org> | 2012-06-28 20:50:28 +0200 |
---|---|---|
committer | kwadronaut <kwadronaut@aktivix.org> | 2012-06-28 20:50:28 +0200 |
commit | 04e9748b3a967ddfa876cc1e8831cde0afd2a51a (patch) | |
tree | 732fdbd39570c2c0256f805f0080f13096a16a3e /files | |
parent | 0161b29068725dfde73e7416c1d745b7fe31b423 (diff) |
Default munin htmldir in Debian moved some time ago to
/var/cache/munin/www This commit makes sure that you have it
set correctly
Diffstat (limited to 'files')
-rw-r--r-- | files/config/host/munin.conf.header.Debian | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/config/host/munin.conf.header.Debian b/files/config/host/munin.conf.header.Debian index 082f01f..771d50d 100644 --- a/files/config/host/munin.conf.header.Debian +++ b/files/config/host/munin.conf.header.Debian @@ -4,7 +4,7 @@ # databases, the HTML output, and the logs, severally. They all # must be writable by the user running munin-cron. dbdir /var/lib/munin -htmldir /var/www/munin +htmldir /var/cache/munin/www logdir /var/log/munin rundir /var/run/munin |