From f343a24122cbda223247f88f2d21bdae59057fe4 Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Thu, 19 Jan 2017 13:42:31 +0100 Subject: munin: be sure to monitor the statuse of / MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- hosts/jenkins/etc/munin/plugin-conf.d/df | 1 + 1 file changed, 1 insertion(+) (limited to 'hosts/jenkins/etc/munin/plugin-conf.d/df') 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 -- cgit v1.2.3-54-g00ecf