diff options
Diffstat (limited to 'manifests/subsystem/monitor')
| -rw-r--r-- | manifests/subsystem/monitor/master.pp | 8 | 
1 files changed, 8 insertions, 0 deletions
| diff --git a/manifests/subsystem/monitor/master.pp b/manifests/subsystem/monitor/master.pp index faddb55..d2e32db 100644 --- a/manifests/subsystem/monitor/master.pp +++ b/manifests/subsystem/monitor/master.pp @@ -13,10 +13,18 @@ class nodo::subsystem::monitor::master {      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, | 
