From 5df4803cceee1811e265932956fdca8064af46e1 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 11 Mar 2014 09:50:47 -0300 Subject: Munin performance config --- manifests/subsystem/monitor/master.pp | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'manifests/subsystem') 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, -- cgit v1.2.3