diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-09-09 12:09:20 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-09-09 12:09:20 +0200 |
commit | 7c388d2f3497e7de754c2434030c69bcb681965c (patch) | |
tree | 5ccbd70ebf35d99fe46459bff0274db86060b85b /hosts | |
parent | 932322bfb4941f8c20bb7101efafee83722767f0 (diff) | |
download | jenkins.debian.net-7c388d2f3497e7de754c2434030c69bcb681965c.tar.xz |
munin: correctly graph past values when we had more cores. (Thanks to Steve Schnepp for this.)
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/jenkins/etc/munin/munin.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/jenkins/etc/munin/munin.conf b/hosts/jenkins/etc/munin/munin.conf index 48326fb9..8ebed1a6 100644 --- a/hosts/jenkins/etc/munin/munin.conf +++ b/hosts/jenkins/etc/munin/munin.conf @@ -100,6 +100,7 @@ contact.me.command mail -s "Munin notification ${var:host}" root [jenkins.debian.net] address 127.0.0.1 use_node_name yes + cpu.graph_args --base 1000 -r --lower-limit 0 # also graph values about current limit (eg from when the machine had more cores) df._srv_workspace.warning 75 df._srv_workspace.critical 85 diskstats_latency.vda.avgwrwait.warning 0:20 |