[Qa-jenkins-scm] [jenkins.debian.net] 01/01: munin: be sure to monitor the statuse of /

Holger Levsen holger at layer-acht.org
Thu Jan 19 12:44:15 UTC 2017


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit f343a24122cbda223247f88f2d21bdae59057fe4
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Thu Jan 19 13:42:31 2017 +0100

    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 at layer-acht.org>
---
 hosts/jenkins/etc/munin/plugin-conf.d/df | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hosts/jenkins/etc/munin/plugin-conf.d/df b/hosts/jenkins/etc/munin/plugin-conf.d/df
index c968f6d..43b0b03 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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list