On autorise munin à forker pour générer les graphes plus vite
This commit is contained in:
parent
b8b4111b7a
commit
b5de63803c
1 changed files with 3 additions and 0 deletions
3
Python/etc/munin/munin.conf
Executable file → Normal file
3
Python/etc/munin/munin.conf
Executable file → Normal file
|
@ -46,6 +46,9 @@ cgiurl_graph /munin-graph
|
||||||
html_strategy cgi
|
html_strategy cgi
|
||||||
munin_cgi_graph_jobs 6
|
munin_cgi_graph_jobs 6
|
||||||
|
|
||||||
|
# Fork pour gagner en efficacité.
|
||||||
|
fork yes
|
||||||
|
max_graph_jobs 16
|
||||||
#============================== Les switchs ================================
|
#============================== Les switchs ================================
|
||||||
#Il ne s'agit pas de clients bcfg2 et ne sont par ailleurs pas des nœuds munin
|
#Il ne s'agit pas de clients bcfg2 et ne sont par ailleurs pas des nœuds munin
|
||||||
""")
|
""")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue