Refactoring: Changed remaining check parameters starting with an 's' to the new rules...
[check_mk.git] / .werks / 398
blob592fd28d0eca7248a6b8a0bc7eba2a1ec510b9bb
1 Title: Tolerate debug output in check plugins when using CMC
2 Level: 1
3 Component: core
4 Class: fix
5 State: unknown
6 Version: 1.2.5i1
7 Date: 1387369455
8 Targetversion: future
10 When using the Check_MK Micro Core and at the same time check plugins output
11 debug information to stdout, the communication with the core was garbled
12 up and the check helper died with an exception. This fix eliminates any
13 unauthorized output to stdout be removing the filedescriptor to a save place
14 and replacing stdout with <tt>/dev/null</tt>.