Updated munin::server for Munin 2.0
This commit is contained in:
parent
2390603711
commit
51ed3c152c
5 changed files with 66 additions and 23 deletions
|
@ -2,13 +2,21 @@
|
|||
# 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
|
||||
htmldir /var/www/html/munin
|
||||
logdir /var/log/munin
|
||||
rundir /var/run/munin
|
||||
cgitmpdir /var/cache/munin
|
||||
|
||||
# Where to look for the HTML templates
|
||||
tmpldir /etc/munin/templates
|
||||
|
||||
# Number of graph processes
|
||||
max_graph_jobs <%= processorcount %>
|
||||
# Create html and graphs on-demand
|
||||
html_strategy cgi
|
||||
graph_strategy cgi
|
||||
cgiurl_graph /munin/cgi/munin-cgi-graph
|
||||
|
||||
# Number of graph processes
|
||||
munin_cgi_graph_jobs <%= processorcount %>
|
||||
|
||||
# Include nodes
|
||||
includedir /etc/munin/conf.d
|
Loading…
Add table
Add a link
Reference in a new issue