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
51ed3c152c
commit
e9aae1dcf6
2 changed files with 1 additions and 4 deletions
|
@ -15,8 +15,5 @@ html_strategy cgi
|
||||||
graph_strategy cgi
|
graph_strategy cgi
|
||||||
cgiurl_graph /munin/cgi/munin-cgi-graph
|
cgiurl_graph /munin/cgi/munin-cgi-graph
|
||||||
|
|
||||||
# Number of graph processes
|
|
||||||
munin_cgi_graph_jobs <%= processorcount %>
|
|
||||||
|
|
||||||
# Include nodes
|
# Include nodes
|
||||||
includedir /etc/munin/conf.d
|
includedir /etc/munin/conf.d
|
|
@ -298,10 +298,10 @@ class munin::server {
|
||||||
|
|
||||||
file { "/etc/munin/munin.conf":
|
file { "/etc/munin/munin.conf":
|
||||||
ensure => present,
|
ensure => present,
|
||||||
content => template("munin/munin.conf.erb"),
|
|
||||||
owner => "root",
|
owner => "root",
|
||||||
group => "root",
|
group => "root",
|
||||||
mode => "0644",
|
mode => "0644",
|
||||||
|
source => "puppet:///modules/munin/munin.conf",
|
||||||
require => Package["munin"],
|
require => Package["munin"],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue