Xymon Mailing List Archive search

Is there a way to do trend analysis or prediction or anomaly detection with Xymon?

list Japheth Cleaver
Mon, 30 Jan 2012 14:27:08 -0800 (PST)
Message-Id: <user-4bfcf73a9ba3@xymon.invalid>

On Mon, January 30, 2012 5:09 am, David de Caires e Freitas wrote:
Hi there,

Is there a plugin or feature of xymon that anyone knows of that allows one
to do anomaly detection on the graph data?
i.e. if there is nonstandard behavior on the graph that stands out, and
you
want it to be investigated.
Not natively, as Xymon is designed more around thresholding for alerting.
However as metrics are stored in rrd files, a separate task could be built
that read in rrds, calculates trends, and triggers status changes (man
xymon | grep modify) for those tests based solely on future expectations.

Long term, visual options like those at
http://hints.jeb.be/2009/12/04/trend-prediction-with-rrdtool/ might be
useful as well.


HTH,

-jc