Moved munin html files into tmpfs, added max_graph_jobs to munin.conf

This commit is contained in:
Ossi Salmi 2012-06-12 19:35:23 +03:00
parent 16e92d694f
commit 34177b723a
3 changed files with 51 additions and 112 deletions

View file

@ -0,0 +1,14 @@
# The next three variables specifies where the location of the RRD
# 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/cache/munin
logdir /var/log/munin
rundir /var/run/munin
# Where to look for the HTML templates
tmpldir /etc/munin/templates
# Number of graph processes
max_graph_jobs <%= processorcount %>