Werk #13065: Absolute Levels on Filesystem Growth: Change Internal Representation From MB to Bytes
Component | Setup | ||
Title | Absolute Levels on Filesystem Growth: Change Internal Representation From MB to Bytes | ||
Date | Jul 22, 2021 | ||
Level | Trivial Change | ||
Class | New Feature | ||
Compatibility | Incompatible - Manual interaction might be required | ||
Checkmk versions & editions |
|
The absolute levels for filesystem growth trends used to be Integer fields. This was changed to the Filesize field, to be more convenient when inserting larger warning levels.
Custom plugins which use the size_trend
functions might need some minor adjustments since internally these levels are now handled as bytes instead of MB. If no custom plugins are used, no actions are necessary.