Signed-off-by: Stephen Gran <steve@lobefin.net>
package { munin-node: ensure => installed }
+ activate_munin_check {
+ "cpu":;
+ "df":;
+ "df_inode":;
+ "entropy":;
+ "forks":;
+ "interrupts":;
+ "iostat":;
+ "irqstats":;
+ "load":;
+ "memory":;
+ "ntp_offset":;
+ "open_files":;
+ "open_inodes":;
+ "processes":;
+ "swap":;
+ "vmstat":;
+ }
+
file { "/etc/munin/munin-node.conf":
source => [ "puppet:///munin-node/per-host/$fqdn/munin-node.conf",
"puppet:///munin-node/common/munin-node.conf" ],