Werk #13220: Filesize unit labels
Component | Setup | ||
Title | Filesize unit labels | ||
Date | Sep 21, 2021 | ||
Level | Trivial Change | ||
Class | Bug Fix | ||
Compatibility | Compatible - no manual interaction needed | ||
Checkmk versions & editions |
|
In various WATO rules the configurable file sizes have been labeled wrongly. Labels read KBytes, MBytes and so on (suggesting the 10 based units where 1 kB is 1000 bytes), while internally the 2 based system had been used (where 1 KiB corresponds to 1024 bytes). This is now refleced by the use of the more appropriate labels KiB, MiB and so forth. Don't be alaramed: No values or computations are changed - only the labelling is improved.