diff options
author | Mattia Rizzolo <mattia@debian.org> | 2016-09-10 17:02:14 +0000 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-09-11 00:30:13 +0200 |
commit | f470eef98d28417f12b83b09f9e17a425a641223 (patch) | |
tree | 66b129793c4f4e32520170873788938e67ad64d9 /hosts/jenkins | |
parent | 6acdb576e9a52ad0b37723bc1f9d7b25d5816932 (diff) | |
download | jenkins.debian.net-f470eef98d28417f12b83b09f9e17a425a641223.tar.xz |
munin: df plugin: ignore the whole /dev
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'hosts/jenkins')
-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..c968f6da 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 /dev /sys/fs/cgroup env.warning 92 env.critical 98 |