Licenses: Updated the list of licenses and added a PDF containing all license texts
[check_mk.git] / .werks / 2843
blobce1739da0d44b556df341454b9e24d8db7b862c0
1 Title: Hanging notification scripts could prevent all other notifications
2 Level: 2
3 Component: notifications
4 Compatible: compat
5 Version: 1.2.7i4
6 Date: 1447938942
7 Class: fix
9 Notification scripts are assumed to finish within short time like a couple
10 of seconds. If a notification script takes longer or is hanging for ever,
11 it prevent Check_MK from sending out other notifications. So one hanging
12 notification could prevent all others.
14 This has been fixed by introducing a global notification plugin timeout.
15 All notification plugins which take more than 60 seconds will be killed
16 so that other notifications can be done again. If you need a different
17 timeout, you can configure it using the global setting "Notification plugin timeout".