summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2012-06-10 19:25:32 -0300
committermh <mh@immerda.ch>2012-06-10 19:25:32 -0300
commitb4a30b6255ca495b98803317ad691fa1a26a4987 (patch)
tree70b68a408a33efb0531eafcbce1a7156a7b2b89e
parent64a6aa3cf73bdc9d75d34b6fbcd04f5e7f34e923 (diff)
config for df
-rw-r--r--manifests/plugins/base.pp5
1 files changed, 5 insertions, 0 deletions
diff --git a/manifests/plugins/base.pp b/manifests/plugins/base.pp
index d26aaeb..c6b88ed 100644
--- a/manifests/plugins/base.pp
+++ b/manifests/plugins/base.pp
@@ -5,6 +5,11 @@ class munin::plugins::base {
processes, swap, uptime, users, vmstat ]:
ensure => present,
}
+ file{'/etc/munin/plugin-conf.d/df':
+ content => "[df*]\nenv.exclude none unknown iso9660 squashfs udf romfs ramfs debugfs binfmt_misc rpc_pipefs fuse.gvfs-fuse-daemon\n",
+ require => Munin::Plugin[df],
+ owner => root, group => 0, mode => 0644;
+ }
include munin::plugins::interfaces
case $::kernel {