Removed munin_cgi_graph_jobs from munin.conf
munin_cgi_graph_jobs doesn't actually do anything. Also changed from template to regular file.
This commit is contained in:
parent
a2ca8e60ac
commit
26ebca9a5f
2 changed files with 1 additions and 4 deletions
|
@ -15,8 +15,5 @@ html_strategy cgi
|
|||
graph_strategy cgi
|
||||
cgiurl_graph /munin/cgi/munin-cgi-graph
|
||||
|
||||
# Number of graph processes
|
||||
munin_cgi_graph_jobs <%= processorcount %>
|
||||
|
||||
# Include nodes
|
||||
includedir /etc/munin/conf.d
|
|
@ -298,10 +298,10 @@ class munin::server {
|
|||
|
||||
file { "/etc/munin/munin.conf":
|
||||
ensure => present,
|
||||
content => template("munin/munin.conf.erb"),
|
||||
owner => "root",
|
||||
group => "root",
|
||||
mode => "0644",
|
||||
source => "puppet:///modules/munin/munin.conf",
|
||||
require => Package["munin"],
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue