diff options
author | Holger Levsen <holger@layer-acht.org> | 2017-11-21 19:54:27 +0000 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-11-21 19:54:27 +0000 |
commit | 9631c81169646ca4369c052fa02ffe02794175be (patch) | |
tree | 1e48377a756707709f3b0b42b86e87fbcafe9188 /hosts/jenkins/etc/munin/plugin-conf.d | |
parent | 7f60a4cebdb1d1c2bcdfee3c28086f79129dc4bd (diff) | |
download | jenkins.debian.net-9631c81169646ca4369c052fa02ffe02794175be.tar.xz |
ignore /srv/workspace/chroots/ for the df munin plugin on jenkins
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'hosts/jenkins/etc/munin/plugin-conf.d')
-rw-r--r-- | hosts/jenkins/etc/munin/plugin-conf.d/df | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/jenkins/etc/munin/plugin-conf.d/df b/hosts/jenkins/etc/munin/plugin-conf.d/df index b3fdadcb..2300bf20 100644 --- a/hosts/jenkins/etc/munin/plugin-conf.d/df +++ b/hosts/jenkins/etc/munin/plugin-conf.d/df @@ -1,6 +1,6 @@ [df*] env.exclude none unknown iso9660 squashfs udf romfs ramfs debugfs devtmpfs sysfs -env.exclude_re /srv/workspace/pbuilder /run /dev/disk/by /var/lib/schroot/mount /srv/workspace/varlibschroot /dev/shm /sys/fs/cgroup +env.exclude_re /srv/workspace/pbuilder /run /dev/disk/by /var/lib/schroot/mount /srv/workspace/varlibschroot /srv/workspace/chroots/ /dev/shm /sys/fs/cgroup env.warning 92 env.critical 98 |