Licenses: Updated the list of licenses and added a PDF containing all license texts
[check_mk.git] / .werks / 6665
blobb52230475a38f01c5c7f3d4bae858336873abc21
1 Title: Checks may now yield the value None as plugin output
2 Level: 1
3 Component: checks
4 Class: feature
5 Compatible: compat
6 Edition: cre
7 State: unknown
8 Version: 1.6.0i1
9 Date: 1539174883
11 A check usually returns a state, followed by text and optional perfdata.
12 The plugin output was not well formatted, in case yield returned an empty string.
13 It is now possible to yield None as plugin output, which instructs the Check API
14 to ignore this value.