Pylint no-else-return refactoring: tenth (and so far last) set of files
[check_mk.git] / .werks / 3139
blobab648278d6b751fb0238e4b1e8c814f3fdb40285
1 Title: fixed a couple of minor issues in call to notification scripts
2 Level: 1
3 Component: notifications
4 Class: fix
5 Compatible: compat
6 State: unknown
7 Version: 1.4.0i1
8 Date: 1464879023
10 The fixed issues are as follows:
11  - in case of a timeout of the notification script, the script is supposed to be
12    terminated. This worked only on python 2.6 and newer
13  - due to timing there was a good chance the exit code of the notification script
14    was ignored
15  - the output of the notification script was buffered in memory until the process
16    exited before being written. Theoretically this could cause high memory usage
17    in the notification processes