summaryrefslogtreecommitdiffstats
path: root/hosts
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@debian.org>2017-01-19 13:42:31 +0100
committerHolger Levsen <holger@layer-acht.org>2017-01-19 13:44:05 +0100
commitf343a24122cbda223247f88f2d21bdae59057fe4 (patch)
tree3ce8366a3420053bfa51e493e56056761d655167 /hosts
parent63dd7188c7608c7f90a0e4d2b2e4ed2d4ae5baf7 (diff)
downloadjenkins.debian.net-f343a24122cbda223247f88f2d21bdae59057fe4.tar.xz
munin: be sure to monitor the statuse of /
In jenkins.d.n this was excluded, probably becuase the same device is also mounted under the schroots (?), and exclude_re exclude the schroot mount point, and the regexp is applied way too broadly… Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'hosts')
-rw-r--r--hosts/jenkins/etc/munin/plugin-conf.d/df1
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/jenkins/etc/munin/plugin-conf.d/df b/hosts/jenkins/etc/munin/plugin-conf.d/df
index c968f6da..43b0b03e 100644
--- a/hosts/jenkins/etc/munin/plugin-conf.d/df
+++ b/hosts/jenkins/etc/munin/plugin-conf.d/df
@@ -1,5 +1,6 @@
[df*]
env.exclude none unknown iso9660 squashfs udf romfs ramfs debugfs devtmpfs sysfs
+env.include_re ^/$
env.exclude_re /srv/workspace/pbuilder /run /dev/disk/by /var/lib/schroot/mount /srv/workspace/varlibschroot /dev /sys/fs/cgroup
env.warning 92
env.critical 98