According to rrdtool manual, when I have the following RRA, rrdtool should store 7 days of forecasts, <br><br>rrdtool create traffic.rrd -s 300<br>...blablabla<br>...blablabla<br>RRA:HWPREDICT:2016:0.001:0.0035:288 <br><br>
If I understand correct, this means rrdtool will study 7 days of traffic patterns and give failure alerts beginning from next week, but why on the third day I begin to get failure alerts? I think at that time, rrdtool even does not have the traffic pattern for the 3rd day, how can it generates failures?
<br><br>Any input is greatly appreciated! Thanks<br><br><br><br><br>