munin: from container to vm #155

Merged
mg merged 91 commits from muninvm into master 2024-08-12 23:46:09 +02:00
2 changed files with 4 additions and 3 deletions
Showing only changes of commit 390302b8e1 - Show all commits

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