puppet/munin/templates/munin.conf.in.erb

14 lines
409 B
Text

# 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 %>