diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-10-27 14:05:21 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-10-27 14:05:21 +0100 |
commit | c87237870f092ee2e79bc67144c720b7a5934f12 (patch) | |
tree | af28530ff7523a6a6c5c85c21877c309eedae504 | |
parent | b41fa29fe467853f2c42da24b3dc8f7574880fe3 (diff) | |
download | jenkins.debian.net-c87237870f092ee2e79bc67144c720b7a5934f12.tar.xz |
no diskstats and diskusage for (more) virtual devices
-rw-r--r-- | etc/munin/plugin-conf.d/df | 5 | ||||
-rw-r--r-- | etc/munin/plugin-conf.d/diskstats | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/etc/munin/plugin-conf.d/df b/etc/munin/plugin-conf.d/df new file mode 100644 index 00000000..5047d294 --- /dev/null +++ b/etc/munin/plugin-conf.d/df @@ -0,0 +1,5 @@ +[df*] +env.exclude none unknown iso9660 squashfs udf romfs ramfs debugfs /srv/workspace/pbuilder +env.warning 92 +env.critical 98 + diff --git a/etc/munin/plugin-conf.d/diskstats b/etc/munin/plugin-conf.d/diskstats new file mode 100644 index 00000000..38ec7185 --- /dev/null +++ b/etc/munin/plugin-conf.d/diskstats @@ -0,0 +1,5 @@ +[diskstats_*] +# Set graph_width to 450, device names which are longer get trimmed +env.trim_labels yes +env.graph_width 400 +env.exclude="/dev/jenkins01" |