From: Michael Tremer Date: Thu, 13 Mar 2014 14:29:53 +0000 (+0100) Subject: entropy graph: Remove trend line. X-Git-Tag: v2.15-rc1~41 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9d870c49eb75331f75bd84daeb6bed658d8a1b90;p=people%2Fms%2Fipfire-2.x.git entropy graph: Remove trend line. --- diff --git a/config/cfgroot/graphs.pl b/config/cfgroot/graphs.pl index 81b6fa4e74..4942c98c86 100644 --- a/config/cfgroot/graphs.pl +++ b/config/cfgroot/graphs.pl @@ -1140,7 +1140,6 @@ sub updateentropygraph { "-t $Lang::tr{'entropy'}", "-v $Lang::tr{'bit'}", "DEF:entropy=$mainsettings{'RRDLOG'}/collectd/localhost/entropy/entropy.rrd:entropy:AVERAGE", - "CDEF:entropytrend=entropy,43200,TREND", "LINE3:entropy#ff0000:" . sprintf("%-15s", $Lang::tr{'entropy'}), "VDEF:entrmin=entropy,MINIMUM", "VDEF:entrmax=entropy,MAXIMUM", @@ -1148,7 +1147,6 @@ sub updateentropygraph { "GPRINT:entrmax:" . sprintf("%12s\\: %%5.0lf", $Lang::tr{'maximum'}), "GPRINT:entrmin:" . sprintf("%12s\\: %%5.0lf", $Lang::tr{'minimum'}), "GPRINT:entravg:" . sprintf("%12s\\: %%5.0lf", $Lang::tr{'average'}) . "\\n", - "LINE3:entropytrend#000000", ); RRDs::graph (@command);