Hi guys, I need some help again:<div><br></div><div>1. I have a requirement to implement a deviation detection and forecasting for business activity statistics I&#39;m monitoring</div><div>--- Do you have an easy to follow tutorial on using rrdtool&#39;s hwpredict/failure detection functions?</div>
<div>--- My data has two seasonal frequencies - one is daily (24h) pattern and another one weekly (with much less activity on weekends). Is it possible to have two seasonal periods in rrd (i mean with the SEASONAL consolidation), or maybe a week cycle will be good for both?</div>
<div>--- is it possible to do some automatic forecasting for future days/months using rrdtool alone?</div><div>--- how does failure detection work - is failure registered when the actual value exceeds predicted value +/- predicted deviation?</div>
<div>--- if you have many data series in the rrd, does hwpredict work for all of them, with same parameters?</div><div>--- my data will be aggregated hourly, daily, weekly or monthly. How do predicted values and deviations behave when aggregating? What is the behavior of predicted deviations - will they be smaller when aggregating more samples (usually this is expected that large number of samples gives a better approximation of the expected value)?</div>
<div><br></div><div>2. Supposing I finally manage to understand how to use hwpredicts, I will need to implement automatic failure detection and triggering of some kind of alerts.</div><div>Ideally, an alert should be triggered on updating the rrd with a sample of data. There&#39;s some info in the docs that updatev option can be used for outputting a detailed information about current data values, but if I have the hwpredict RRAs, will it output failure information? (I know, it would be easier to check it myself, but currently I don&#39;t have any rrds with proper failure detection).</div>
<div><br></div><div>3. I&#39;m using rrdupdate.exe program for updating my rrds (running in Windows). Can it be configured for verbose output (updatev), or do I have to use &#39;rrdtool.exe updatev&#39;?</div><div><br></div>
<div>Thanks</div><div>RG</div>