diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-03-10 22:34:47 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-03-10 22:34:47 -0300 |
commit | 824e603cb2679b8e76a37a5fa0822f11d0244bfc (patch) | |
tree | 50d8f5846b1d95b8cc3d25a2da3b8acb8cffdd54 | |
parent | 9032c6dbef4ee87f0b982390e3b5475f299f81cc (diff) | |
download | puppet-nodo-824e603cb2679b8e76a37a5fa0822f11d0244bfc.tar.gz puppet-nodo-824e603cb2679b8e76a37a5fa0822f11d0244bfc.tar.bz2 |
Testing rrdcache configuration
-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, |