Licenses: Updated the list of licenses and added a PDF containing all license texts
[check_mk.git] / .werks / 5764
blob58e096e3fa5509e4030241f9908183513387251e
1 Title: df.include: Fixed dynamic levels in ruleset 'Filesystem (used space and growth)'
2 Level: 1
3 Component: checks
4 Class: fix
5 Compatible: compat
6 Edition: cre
7 State: unknown
8 Version: 1.5.0i3
9 Date: 1518165866
11 When configuring dynamic levels, eg. for filesystems, if you configure
12 the dynamic levels for example like this:
14 larger than 100GB: 90% WARN / 95% CRIT
15 larger than 1TB: 95% WARN / 98% CRIT
17 This will result in all filesystems smaller than 100GB in always being OK.
18 If you also want to set levels for all filesystems smaller than 100GB
19 then you have to choose 0 bytes, eg.
21 larger than 0B: 85% WARN / 90% CRIT
23 With werk 2725 this was not allowed any more. Fixed that.