diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-01-07 11:35:56 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-01-07 12:00:35 +0100 |
commit | 1b338ccc1c93526503e6208136129d01f51f97b9 (patch) | |
tree | 8100d9a79e11b057544e02bcb1121dc75fb2c4b9 | |
parent | dce9e38a35b181cf22cbdfd3d20ef4046512dfa5 (diff) | |
download | jenkins.debian.net-1b338ccc1c93526503e6208136129d01f51f97b9.tar.xz |
munin: dont't warn about high disk latency
-rw-r--r-- | etc/munin/munin.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/munin/munin.conf b/etc/munin/munin.conf index fca15a91..0c621577 100644 --- a/etc/munin/munin.conf +++ b/etc/munin/munin.conf @@ -102,6 +102,8 @@ contact.me.command mail -s "Munin notification ${var:host}" root use_node_name yes df._srv_workspace.warning 75 df._srv_workspace.critical 85 + diskstats_latency.vda.avgwrwait.warning 0:20 + diskstats_latency.vdb.avgwrwait.warning 0:20 # # A more complex example of a host tree |