From 7c388d2f3497e7de754c2434030c69bcb681965c Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 9 Sep 2015 12:09:20 +0200 Subject: munin: correctly graph past values when we had more cores. (Thanks to Steve Schnepp for this.) --- hosts/jenkins/etc/munin/munin.conf | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3-54-g00ecf