diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/subsystem/monitor/master.pp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/manifests/subsystem/monitor/master.pp b/manifests/subsystem/monitor/master.pp index ea3d610..faddb55 100644 --- a/manifests/subsystem/monitor/master.pp +++ b/manifests/subsystem/monitor/master.pp @@ -34,6 +34,13 @@ class nodo::subsystem::monitor::master { }, } + # Munin configuration for rrdcache + file { "munin_rrdcache": + ensure => $ensure, + path => "/var/lib/puppet/modules/munin/nodes/00-rrdcache", + content => "rrdcached_socket /var/run/rrdcached.sock\n", + } + if $main == true { service { 'rrdcached': ensure => running, |