search for: nodesdir

Displaying 3 results from an estimated 3 matches for "nodesdir".

Did you mean: node_dir
2007 Jan 14
0
file_splice Hack
...} } } } }}} Usage example: manual conf.d style includes {{{ # monitor this file for updates $munin_includes = "$splice_dir/munin_conf_includes" file { $munin_includes: checksum => md5, } # this directory collects munin-node definitions from the munin-nodes $NODESDIR = "/var/local/puppet/munin-nodes" # concatenate all definitions into one file exec { create_munin_includes: command => "/bin/sh -c ''/bin/cat $NODESDIR/* > $munin_includes''", subscribe => File[$NODESDIR] } # include the file in...
2008 Nov 06
1
introduction with david's munin module question
Hi all, I am new to puppet and also newcomer in this group. I heart good things about puppet and I decided to give it a try 2 weeks now. After reading various documentation, I began using the complete configuration collection of puppet modules (thanks to David). But I have a problem with the munin module. It works fine, except that it seems to not export virtual ressources. Let me give more detail
2007 May 26
13
munin module: manage clients and server''s config
Hello all. Probably this question has already been posed in the context of another software, but I am unable to find it. I would like to implement a module which should manage munin-clients as well as the munin-server. Here is what I am thinking about implementing: - There are two classes: munin::client and munin::server - munin::clients'' configuration will be managed automatically.