I've been planning to do this type of thing for a while.  I've set this up under MRTG a few years ago, without really knowing what parameters to use for the additional consolidation functions, and to my surprise it worked quite well.<div>

<br></div><div>But once the functions are defined in each RRD file, you just need to adjust your graphs to show them, and presumably you can threshold them by defining a "DS" setting in analysis.cfg.<div><br></div>

<div>Perhaps it's time I re-visited this, and we put together a how-to.  I think the first thing to do would be to look into updating rrddefinitions.cfg for each graph you want to adjust, and either delete the RRD files or export-import somehow to create the CFs.</div>

<div><br></div><div>BTW, useful search keyword is "Holt-Winters".  It's known as "aberrant behaviour detection".  It makes assumptions about the cyclic behaviour of data, and calculates the average and standard deviation for different times of day and days of the week.  A a data point can be compared to the average +/- some number of deviations, and alerted when outside the range.<br>

<div><br></div><div><div class="gmail_quote">On Tue, Jan 31, 2012 at 9:27 AM,  <span dir="ltr"><<a href="mailto:cleaver@terabithia.org">cleaver@terabithia.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div class="HOEnZb"><div class="h5">On Mon, January 30, 2012 5:09 am, David de Caires e Freitas wrote:<br>
> Hi there,<br>
><br>
> Is there a plugin or feature of xymon that anyone knows of that allows one<br>
> to do anomaly detection on the graph data?<br>
> i.e. if there is nonstandard behavior on the graph that stands out, and<br>
> you<br>
> want it to be investigated.<br>
><br>
<br>
</div></div>Not natively, as Xymon is designed more around thresholding for alerting.<br>
However as metrics are stored in rrd files, a separate task could be built<br>
that read in rrds, calculates trends, and triggers status changes (man<br>
xymon | grep modify) for those tests based solely on future expectations.<br>
<br>
Long term, visual options like those at<br>
<a href="http://hints.jeb.be/2009/12/04/trend-prediction-with-rrdtool/" target="_blank">http://hints.jeb.be/2009/12/04/trend-prediction-with-rrdtool/</a> might be<br>
useful as well.<br>
<br>
<br>
HTH,<br>
<br>
-jc<br>
<br>
<br>
_______________________________________________<br>
Xymon mailing list<br>
<a href="mailto:Xymon@xymon.com">Xymon@xymon.com</a><br>
<a href="http://lists.xymon.com/mailman/listinfo/xymon" target="_blank">http://lists.xymon.com/mailman/listinfo/xymon</a><br>
</blockquote></div><br></div></div></div>