Refactoring: Changed remaining check parameters starting with an 's' to the new rules...
[check_mk.git] / .werks / 10
blobfb473bc471d8a5a3c05ae4120c84c27eded93a33
1 Title: Fix computation of hour-of-the-day and day-of-month prediction
2 Level: 1
3 Component: core
4 Version: 1.2.3i7
5 Date: 1385736766
6 Class: fix
8 This fix addresses two problems in the implementation of the predictive levels:
10 <ul>
11 <li>When you selected a prediction for <i>Hour of the day</i> you would get 24
12 single predictions and 24 separated graphs. This has been replaced by one single
13 predection for the whole day, which is much more conveniant.</li>
14 <li>The implementation of the <i>Day of the month</i> was broken. It would create
15 a prediction of just one day instead. This is fixed now.</li>
16 </ul>