Werk #5764: df.include: Fixed dynamic levels in ruleset 'Filesystem (used space and growth)'
Komponente | Checks & agents | ||||
Titel | df.include: Fixed dynamic levels in ruleset 'Filesystem (used space and growth)' | ||||
Datum | 09.02.2018 | ||||
Level | Kleine Änderung | ||||
Klasse | Bugfix | ||||
Kompatibilität | Kompatibel - benötigt kein manuelles Eingreifen | ||||
Checkmk versions & editions |
|
When configuring dynamic levels, eg. for filesystems, if you configure the dynamic levels for example like this:
larger than 100GB: 90% WARN / 95% CRIT larger than 1TB: 95% WARN / 98% CRIT
This will result in all filesystems smaller than 100GB in always being OK. If you also want to set levels for all filesystems smaller than 100GB then you have to choose 0 bytes, eg.
larger than 0B: 85% WARN / 90% CRIT
With werk 2725 this was not allowed any more. Fixed that.