aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-03-10 22:34:47 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-03-10 22:34:47 -0300
commit824e603cb2679b8e76a37a5fa0822f11d0244bfc (patch)
tree50d8f5846b1d95b8cc3d25a2da3b8acb8cffdd54
parent9032c6dbef4ee87f0b982390e3b5475f299f81cc (diff)
downloadpuppet-nodo-824e603cb2679b8e76a37a5fa0822f11d0244bfc.tar.gz
puppet-nodo-824e603cb2679b8e76a37a5fa0822f11d0244bfc.tar.bz2
Testing rrdcache configuration
-rw-r--r--manifests/subsystem/monitor/master.pp7
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,