Refactoring: Moved more application check parameters from unsorted.py to dedicated...
[check_mk.git] / .werks / 4938
blob9c051cb441038eead48956c44212f8431fa965b7
1 Title: Make sure that a notification has the plugin output available
2 Level: 1
3 Component: notifications
4 Compatible: compat
5 Edition: cre
6 Version: 1.5.0i1
7 Date: 1498649743
8 Class: fix
10 Plugin output in notifications can be either host-related or service-related.
11 Make sure that the resulting notification has always access to the right
12 kind.  Previously notifications triggered e.g. by the event console could
13 have an empty plugin output.
15 Note: This was a bug introduced in 1.4.0p6, earlier versions were not
16 affected.