Licenses: Updated the list of licenses and added a PDF containing all license texts
[check_mk.git] / .werks / 8570
blobbaca985b76a63da51d4097477d4bb98aa2906eb3
1 Title: Make PROCESS_HOST_CHECK_RESULT's behavior more Nagios-like
2 Level: 1
3 Edition: cee
4 Component: cmc
5 Class: fix
6 Compatible: compat
7 State: unknown
8 Version: 1.4.0i1
9 Date: 1469437691
11 The Nagios documentation for the external command PROCESS_HOST_CHECK_RESULT
12 explicitly states that the return code in the commandline is already the
13 host state, not the result code of a check result (which was the core's
14 previous interpretation).  We follow Nagios now more closely and map the
15 return code in the commandline as follows:
17    0 => UP
18    1 => DOWN/UNREACHABLE   (previously this meant UP, too)
19    2 => DOWN/UNREACHABLE
21 We still deviate a bit from Nagios, because the actual decision if a host is
22 DOWN or UNREACHABLE is done by the core and can't be overridden from the
23 outside.