fixed copy paste error munin_cgi_strategy to munin_graph_strategy
parent
9081699888
commit
6b7f08b9d6
|
|
@ -23,7 +23,7 @@ Available variables are listed below, along with default values (see `defaults/m
|
||||||
Some default locations for Munin-generated files, configurations, logs, etc.
|
Some default locations for Munin-generated files, configurations, logs, etc.
|
||||||
|
|
||||||
munin_html_strategy: cron
|
munin_html_strategy: cron
|
||||||
munin_cgi_strategy: cron
|
munin_graph_strategy: cron
|
||||||
munin_max_processes: 12
|
munin_max_processes: 12
|
||||||
|
|
||||||
See the official Munin documentation for [munin.conf](http://munin.readthedocs.org/en/latest/reference/munin.conf.html) for more information on these and other optional directives.
|
See the official Munin documentation for [munin.conf](http://munin.readthedocs.org/en/latest/reference/munin.conf.html) for more information on these and other optional directives.
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@ munin_rundir: /var/run/munin
|
||||||
munin_includedir: /etc/munin/conf.d
|
munin_includedir: /etc/munin/conf.d
|
||||||
|
|
||||||
munin_html_strategy: cron
|
munin_html_strategy: cron
|
||||||
munin_cgi_strategy: cron
|
munin_graph_strategy: cron
|
||||||
munin_cron_job: present
|
munin_cron_job: present
|
||||||
|
|
||||||
munin_max_processes: 12
|
munin_max_processes: 12
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,7 @@ includedir {{ munin_includedir }}
|
||||||
# documentation.
|
# documentation.
|
||||||
# Since 2.0, munin-graph has been rewritten to use the cgi code.
|
# Since 2.0, munin-graph has been rewritten to use the cgi code.
|
||||||
# It is single threaded *by design* now.
|
# It is single threaded *by design* now.
|
||||||
graph_strategy {{ munin_cgi_strategy }}
|
graph_strategy {{ munin_graph_strategy }}
|
||||||
|
|
||||||
# munin-cgi-graph is invoked by the web server up to very many times at the
|
# 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
|
# same time. This is not optimal since it results in high CPU and memory
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue