From 824e603cb2679b8e76a37a5fa0822f11d0244bfc Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 10 Mar 2014 22:34:47 -0300 Subject: Testing rrdcache configuration --- manifests/subsystem/monitor/master.pp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'manifests/subsystem/monitor') 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, -- cgit v1.2.3