default => 'absent',
}
+ # See http://www.jethrocarr.com/2012/05/26/munin-performance/
+ file { "munin_graph_performance":
+ ensure => $ensure,
+ path => "/var/lib/puppet/modules/munin/nodes/00-performance",
+ content => "max_graph_jobs 1\n max_cgi_graph_jobs 1\nfork no\n",
+ }
+
#
# See https://raymii.org/s/tutorials/Munin_optimalization_on_Debian.html
# https://munin.readthedocs.org/en/latest/master/rrdcached.html
# http://kuszelas.eu/~eyck/log/Howto/Munin.Rrdcached.html
+ # http://munin-monitoring.org/wiki/rrdcached
#
package { 'rrdcached':
ensure => $ensure,