vars
This commit is contained in:
parent
0ffa8058a9
commit
390302b8e1
2 changed files with 4 additions and 3 deletions
|
@ -34,5 +34,6 @@ munin_hosts:
|
|||
munin_mail_server: mail.server.com
|
||||
munin_mail_port: 25
|
||||
munin_mail_tls: false
|
||||
|
||||
munin_alerts_to: nobody@nowhere.com
|
||||
|
||||
munin_mode: cron # or cgi
|
||||
|
|
|
@ -39,7 +39,7 @@ includedir /etc/munin/munin-conf.d
|
|||
# Since 2.0, munin-graph has been rewritten to use the cgi code.
|
||||
# It is single threaded *by design* now.
|
||||
#
|
||||
#graph_strategy cron
|
||||
graph_strategy {{ munin_mode }}
|
||||
|
||||
# munin-cgi-graph is invoked by the web server up to very many times at the
|
||||
# same time. This is not optimal since it results in high CPU and memory
|
||||
|
@ -68,7 +68,7 @@ includedir /etc/munin/munin-conf.d
|
|||
# - moving to CGI for HTML means you cannot have graph generated by cron.
|
||||
# - cgi html has some bugs, mostly you still have to launch munin-html by hand
|
||||
#
|
||||
#html_strategy cron
|
||||
html_strategy {{ munin_mode }}
|
||||
|
||||
# munin-update runs in parallel.
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue