vars
Some checks failed
ci/woodpecker/push/gitleaks Pipeline was successful
ci/woodpecker/pr/gitleaks Pipeline was successful
ci/woodpecker/pr/ansible-lint Pipeline failed
ci/woodpecker/push/ansible-lint Pipeline failed

This commit is contained in:
Michael Grote 2024-08-12 23:34:23 +02:00
parent 0ffa8058a9
commit 390302b8e1
2 changed files with 4 additions and 3 deletions

View file

@ -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

View file

@ -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.
#