[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: munin cpu plugin has too strict limits (#554003)



On Mon, 02 Nov 2009, Peter Palfrader wrote:

> An easy fix is to slightly raise the configured max:
> 
> --- /usr/share/munin/plugins/cpu	2009-03-13 14:10:06.000000000 +0100
> +++ /usr/local/bin/munin-cpu	2009-11-02 11:48:21.000000000 +0100
> @@ -47,6 +47,7 @@
>  	SYSWARNING=`expr $PERCENT '*' 30 / 100`
>  	SYSCRITICAL=`expr $PERCENT '*' 50 / 100`
>  	USRWARNING=`expr $PERCENT '*' 80 / 100`
> +	MAX=$(($MAX * 120 / 100))
>  	echo 'graph_title CPU usage'
>  	echo "graph_order system user nice idle" $extinfo
>  	echo "graph_args --base 1000 -r --lower-limit 0 --upper-limit $graphlimit"
> 
> 
> If you agree with the fix then seeing this in a stable point release
> would be nice.  It makes the cpu graphs pretty pointless at the moment.

I have not heard anything from you munin folks about a possible fix of
this bug in stable.  Comments?

weasel
-- 
                           |  .''`.  ** Debian GNU/Linux **
      Peter Palfrader      | : :' :      The  universal
 http://www.palfrader.org/ | `. `'      Operating System
                           |   `-    http://www.debian.org/


Reply to: